Html Css Color HEX #0C7166 Pine Green

📋 copy color: '#0C7166'

red 12 ◦ green 113 ◦ blue 102

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

Shades of Pine Green #0C7166

Tints of Pine Green #0C7166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 44.93%

R = 5.29%
G = 49.78%
B = 44.93%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#0C7166 (or 0x0C7166) is known color: Pine Green. HEX triplet: 0C, 71 and 66. RGB value is (12,113,102). Sum of RGB (Red+Green+Blue) = 12+113+102=227 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.29% from 227); Green value is 113 (44.53% from 255 or 49.78% from 227); Blue value is 102 (40.23% from 255 or 44.93% from 227); Max value from RGB is 113 - color contains mainly: green. Hex color #0C7166 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C7166 is #F38E99. Grayscale: #515151. Windows color (decimal): -15961754 or 6713612. OLE color: 6713612.

HSL color Cylindrical-coordinate representation of color #0C7166: hue angle of 173.47º 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 #0C7166 is Cyan = 0.89, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB 12 113 102 -
CMYK 0.89 0 0.10 0.56
HSL 173.47º 0.81% 0.25% -
HSV(B) 173.47º 0.89% 0.44% -
XYZ 8.46 12.85 14.6 -
YUV 81.55 139.54 78.39 -
System Red Green Blue C M Y K H S L
Decimal 12 113 102 0.89 0 0.10 0.56 173.47 0.81 0.25
Hex C 71 66 59 0 A 38 AD 51 19
Octal 14 161 146 131 0 12 70 255 121 31
Binary 1100 1110001 1100110 1011001 0 1010 111000 10101101 1010001 11001

Color Harmonies of #0C7166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C7166

Black with #0C7166

Text Example


Text Example

White with #0C7166

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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