#0C8F67

Color #0C8F67 Elf Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elf Green #0C8F67

Tints of Elf Green #0C8F67

Color information

#0C8F67 (or 0x0C8F67) is unknown color: approx Elf Green. HEX triplet: 0C, 8F and 67. RGB value is (12,143,103). Sum of RGB (Red+Green+Blue) = 12+143+103=258 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.65% from 258); Green value is 143 (56.25% from 255 or 55.43% from 258); Blue value is 103 (40.62% from 255 or 39.92% from 258); Max value from RGB is 143 - color contains mainly: green. Hex color #0C8F67 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C8F67 is #F37098. Grayscale: #636363. Windows color (decimal): -15954073 or 6786828. OLE color: 6786828.

HSL color Cylindrical-coordinate representation of color #0C8F67: hue angle of 161.68º degrees, saturation: 0.85, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C8F67 is Cyan = 0.92, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.44.

Color convert

RGB12143103-
CMYK0.9200.280.44
HSL161.68º84.52%30.39%-
HSV(B)161.68º91.61%56.08%-
XYZ12.4220.716.17-
YUV99.27130.165.75-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.65%
GREEN value IS 143 (56.25% from 255) = 55.43%
BLUE value IS 103 (40.62% from 255) = 39.92%
R=4.65%
G=55.43%
B=39.92%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal121431030.9200.280.44161.6884.5230.39
HexC8F675C01C2Ca2551e
Octal142171471340345424212536
Binary1100100011111100111101110001110010110010100010101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C8F67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0C8F67;
 }
 .AnyTagClassName
 {
   color: #0C8F67;
 }
</style>
background-color css

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

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

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

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

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

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