#0F8C68

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

Shades of Elf Green #0F8C68

Tints of Elf Green #0F8C68

Color information

#0F8C68 (or 0x0F8C68) is unknown color: approx Elf Green. HEX triplet: 0F, 8C and 68. RGB value is (15,140,104). Sum of RGB (Red+Green+Blue) = 15+140+104=259 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.79% from 259); Green value is 140 (55.08% from 255 or 54.05% from 259); Blue value is 104 (41.02% from 255 or 40.15% from 259); Max value from RGB is 140 - color contains mainly: green. Hex color #0F8C68 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F8C68 is #F07397. Grayscale: #626262. Windows color (decimal): -15758232 or 6851599. OLE color: 6851599.

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

Color convert

RGB15140104-
CMYK0.8900.260.45
HSL162.72º80.65%30.39%-
HSV(B)162.72º89.29%54.9%-
XYZ12.0719.8616.29-
YUV98.52131.0968.43-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.79%
GREEN value IS 140 (55.08% from 255) = 54.05%
BLUE value IS 104 (41.02% from 255) = 40.15%
R=5.79%
G=54.05%
B=40.15%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal151401040.8900.260.45162.7280.6530.39
HexF8C685901A2Da3511e
Octal172141501310325524312136
Binary1111100011001101000101100101101010110110100011101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F8C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,140,104); }

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

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

 a { background-color: rgb(15,140,104); }

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

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

 span { border-color: rgb(15,140,104); }

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