#0C8B68

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

Shades of Elf Green #0C8B68

Tints of Elf Green #0C8B68

Color information

#0C8B68 (or 0x0C8B68) is unknown color: approx Elf Green. HEX triplet: 0C, 8B and 68. RGB value is (12,139,104). Sum of RGB (Red+Green+Blue) = 12+139+104=255 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.71% from 255); Green value is 139 (54.69% from 255 or 54.51% from 255); Blue value is 104 (41.02% from 255 or 40.78% from 255); Max value from RGB is 139 - color contains mainly: green. Hex color #0C8B68 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C8B68 is #F37497. Grayscale: #616161. Windows color (decimal): -15955096 or 6851340. OLE color: 6851340.

HSL color Cylindrical-coordinate representation of color #0C8B68: hue angle of 163.46º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C8B68 is Cyan = 0.91, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.45.

Color convert

RGB12139104-
CMYK0.9100.250.45
HSL163.46º84.11%29.61%-
HSV(B)163.46º91.37%54.51%-
XYZ11.8819.5416.24-
YUV97.04131.9267.35-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.71%
GREEN value IS 139 (54.69% from 255) = 54.51%
BLUE value IS 104 (41.02% from 255) = 40.78%
R=4.71%
G=54.51%
B=40.78%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal121391040.9100.250.45163.4684.1129.61
HexC8B685B0192Da3541e
Octal142131501330315524312436
Binary1100100010111101000101101101100110110110100011101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C8B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,139,104); }

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

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

 a { background-color: rgb(12,139,104); }

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

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

 span { border-color: rgb(12,139,104); }

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