Html Css Color HEX #0C7E72 Pine Green

📋 copy color: '#0C7E72'

red 12 ◦ green 126 ◦ blue 114

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

Shades of Pine Green #0C7E72

Tints of Pine Green #0C7E72

RGB

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

 GREEN value IS 126 (49.61% from 255) = 50%

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

R = 4.76%
G = 50%
B = 45.24%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.10

 K value IS 0.51

RGB Variations

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

Color information

#0C7E72 (or 0x0C7E72) is known color: Pine Green. HEX triplet: 0C, 7E and 72. RGB value is (12,126,114). Sum of RGB (Red+Green+Blue) = 12+126+114=252 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.76% from 252); Green value is 126 (49.61% from 255 or 50% from 252); Blue value is 114 (44.92% from 255 or 45.24% from 252); Max value from RGB is 126 - color contains mainly: green. Hex color #0C7E72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C7E72 is #F3818D. Grayscale: #5A5A5A. Windows color (decimal): -15958414 or 7503372. OLE color: 7503372.

HSL color Cylindrical-coordinate representation of color #0C7E72: hue angle of 173.68º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C7E72 is Cyan = 0.90, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.

Color convert

RGB 12 126 114 -
CMYK 0.90 0 0.10 0.51
HSL 173.68º 0.83% 0.27% -
HSV(B) 173.68º 0.9% 0.49% -
XYZ 10.65 16.21 18.49 -
YUV 90.55 141.23 71.98 -
System Red Green Blue C M Y K H S L
Decimal 12 126 114 0.90 0 0.10 0.51 173.68 0.83 0.27
Hex C 7E 72 5A 0 A 33 AE 53 1B
Octal 14 176 162 132 0 12 63 256 123 33
Binary 1100 1111110 1110010 1011010 0 1010 110011 10101110 1010011 11011

Color Harmonies of #0C7E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C7E72

Black with #0C7E72

Text Example


Text Example

White with #0C7E72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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