Html Css Color HEX #0C7167 Pine Green

📋 copy color: '#0C7167'

red 12 ◦ green 113 ◦ blue 103

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

Shades of Pine Green #0C7167

Tints of Pine Green #0C7167

RGB

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

 GREEN value IS 113 (44.53% from 255) = 49.56%

 BLUE value IS 103 (40.63% from 255) = 45.18%

R = 5.26%
G = 49.56%
B = 45.18%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#0C7167 (or 0x0C7167) is known color: Pine Green. HEX triplet: 0C, 71 and 67. RGB value is (12,113,103). Sum of RGB (Red+Green+Blue) = 12+113+103=228 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.26% from 228); Green value is 113 (44.53% from 255 or 49.56% from 228); Blue value is 103 (40.62% from 255 or 45.18% from 228); Max value from RGB is 113 - color contains mainly: green. Hex color #0C7167 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C7167 is #F38E98. Grayscale: #515151. Windows color (decimal): -15961753 or 6779148. OLE color: 6779148.

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

Color convert

RGB 12 113 103 -
CMYK 0.89 0 0.09 0.56
HSL 174.06º 0.81% 0.25% -
HSV(B) 174.06º 0.89% 0.44% -
XYZ 8.5 12.87 14.87 -
YUV 81.66 140.04 78.31 -
System Red Green Blue C M Y K H S L
Decimal 12 113 103 0.89 0 0.09 0.56 174.06 0.81 0.25
Hex C 71 67 59 0 9 38 AE 51 19
Octal 14 161 147 131 0 11 70 256 121 31
Binary 1100 1110001 1100111 1011001 0 1001 111000 10101110 1010001 11001

Color Harmonies of #0C7167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C7167

Black with #0C7167

Text Example


Text Example

White with #0C7167

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,113,103); }

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

background-color css

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

 a { background-color: rgb(12,113,103); }

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

border-color css

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

 span { border-color: rgb(12,113,103); }

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