Html Css Color HEX #0C7072 Pine Green

📋 copy color: '#0C7072'

red 12 ◦ green 112 ◦ blue 114

#0C7072
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pine Green #0C7072

Tints of Pine Green #0C7072

RGB

 RED value IS 12 (5.08% from 255) = 5.04%

 GREEN value IS 112 (44.14% from 255) = 47.06%

 BLUE value IS 114 (44.92% from 255) = 47.9%

R = 5.04%
G = 47.06%
B = 47.9%

CMYK

 C value IS 0.89

 M value IS 0.02

 Y value IS 0

 K value IS 0.55

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0C7072 (or 0x0C7072) is known color: Pine Green. HEX triplet: 0C, 70 and 72. RGB value is (12,112,114). Sum of RGB (Red+Green+Blue) = 12+112+114=238 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.04% from 238); Green value is 112 (44.14% from 255 or 47.06% from 238); Blue value is 114 (44.92% from 255 or 47.90% from 238); Max value from RGB is 114 - color contains mainly: blue. Hex color #0C7072 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C7072 is #F38F8D. Grayscale: #525252. Windows color (decimal): -15961998 or 7499788. OLE color: 7499788.

HSL color Cylindrical-coordinate representation of color #0C7072: hue angle of 181.18º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C7072 is Cyan = 0.89, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 12 112 114 -
CMYK 0.89 0.02 0 0.55
HSL 181.18º 0.81% 0.25% -
HSV(B) 181.18º 0.89% 0.45% -
XYZ 8.98 12.88 17.93 -
YUV 82.33 145.87 77.84 -
System Red Green Blue C M Y K H S L
Decimal 12 112 114 0.89 0.02 0 0.55 181.18 0.81 0.25
Hex C 70 72 59 2 0 37 B5 51 19
Octal 14 160 162 131 2 0 67 265 121 31
Binary 1100 1110000 1110010 1011001 10 0 110111 10110101 1010001 11001

Color Harmonies of #0C7072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C7072

Black with #0C7072

Text Example


Text Example

White with #0C7072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0C7072; }

 p { color: rgb(12,112,114); }

 H1.HeaderClassName
 {
   color: #0C7072;
 }
 .AnyTagClassName
 {
   color: #0C7072;
 }
</style>

background-color css

<style>
 a { background-color: #0C7072; }

 a { background-color: rgb(12,112,114); }

 div.DivClassName
 {
   background-color: #0C7072;
 }
 .BgClassName
 {
   background-color: #0C7072;
 }
</style>

border-color css

<style>
 span { border-color: #0C7072; }

 span { border-color: rgb(12,112,114); }

 td.TdClassName
 {
   border-color: #0C7072;
 }
 .TagClassName
 {
   border-color: #0C7072;
 }
</style>