#0C8B65

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

Shades of Elf Green #0C8B65

Tints of Elf Green #0C8B65

Color information

#0C8B65 (or 0x0C8B65) is unknown color: approx Elf Green. HEX triplet: 0C, 8B and 65. RGB value is (12,139,101). Sum of RGB (Red+Green+Blue) = 12+139+101=252 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.76% from 252); Green value is 139 (54.69% from 255 or 55.16% from 252); Blue value is 101 (39.84% from 255 or 40.08% from 252); Max value from RGB is 139 - color contains mainly: green. Hex color #0C8B65 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C8B65 is #F3749A. Grayscale: #606060. Windows color (decimal): -15955099 or 6654732. OLE color: 6654732.

HSL color Cylindrical-coordinate representation of color #0C8B65: hue angle of 162.05º 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 #0C8B65 is Cyan = 0.91, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.45.

Color convert

RGB12139101-
CMYK0.9100.270.45
HSL162.05º84.11%29.61%-
HSV(B)162.05º91.37%54.51%-
XYZ11.7319.4815.45-
YUV96.69130.4267.59-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.76%
GREEN value IS 139 (54.69% from 255) = 55.16%
BLUE value IS 101 (39.84% from 255) = 40.08%
R=4.76%
G=55.16%
B=40.08%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal121391010.9100.270.45162.0584.1129.61
HexC8B655B01B2Da2541e
Octal142131451330335524212436
Binary1100100010111100101101101101101110110110100010101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C8B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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