#0f8967

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

Shades of Elf Green #0F8967

Tints of Elf Green #0F8967

Color information

#0F8967 (or 0x0F8967) is unknown color: approx Elf Green. HEX triplet: 0F, 89 and 67. RGB value is (15,137,103). Sum of RGB (Red+Green+Blue) = 15+137+103=255 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.88% from 255); Green value is 137 (53.91% from 255 or 53.73% from 255); Blue value is 103 (40.62% from 255 or 40.39% from 255); Max value from RGB is 137 - color contains mainly: green. Hex color #0F8967 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F8967 is #F07698. Grayscale: #606060. Windows color (decimal): -15759001 or 6785295. OLE color: 6785295.

HSL color Cylindrical-coordinate representation of color #0F8967: hue angle of 163.28º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F8967 is Cyan = 0.89, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.46.

Color convert

RGB15137103-
CMYK0.8900.250.46
HSL163.28º80.26%29.8%-
HSV(B)163.28º89.05%53.73%-
XYZ11.5918.9715.88-
YUV96.65131.5869.76-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.88%
GREEN value IS 137 (53.91% from 255) = 53.73%
BLUE value IS 103 (40.62% from 255) = 40.39%
R=5.88%
G=53.73%
B=40.39%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal151371030.8900.250.46163.2880.2629.8
HexF8967590192Ea3501e
Octal172111471310315624312036
Binary1111100010011100111101100101100110111010100011101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0f8967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,137,103); }

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

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

 a { background-color: rgb(15,137,103); }

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

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

 span { border-color: rgb(15,137,103); }

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