Html Css Color HEX #0C7472 Pine Green

📋 copy color: '#0C7472'

red 12 ◦ green 116 ◦ blue 114

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

Shades of Pine Green #0C7472

Tints of Pine Green #0C7472

RGB

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

 GREEN value IS 116 (45.7% from 255) = 47.93%

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

R = 4.96%
G = 47.93%
B = 47.11%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#0C7472 (or 0x0C7472) is known color: Pine Green. HEX triplet: 0C, 74 and 72. RGB value is (12,116,114). Sum of RGB (Red+Green+Blue) = 12+116+114=242 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.96% from 242); Green value is 116 (45.70% from 255 or 47.93% from 242); Blue value is 114 (44.92% from 255 or 47.11% from 242); Max value from RGB is 116 - color contains mainly: green. Hex color #0C7472 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C7472 is #F38B8D. Grayscale: #545454. Windows color (decimal): -15960974 or 7500812. OLE color: 7500812.

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

Color convert

RGB 12 116 114 -
CMYK 0.90 0 0.02 0.55
HSL 178.85º 0.81% 0.25% -
HSV(B) 178.85º 0.9% 0.45% -
XYZ 9.43 13.78 18.08 -
YUV 84.68 144.54 76.16 -
System Red Green Blue C M Y K H S L
Decimal 12 116 114 0.90 0 0.02 0.55 178.85 0.81 0.25
Hex C 74 72 5A 0 2 37 B3 51 19
Octal 14 164 162 132 0 2 67 263 121 31
Binary 1100 1110100 1110010 1011010 0 10 110111 10110011 1010001 11001

Color Harmonies of #0C7472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C7472

Black with #0C7472

Text Example


Text Example

White with #0C7472

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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