#0F9768

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

Shades of Elf Green #0F9768

Tints of Elf Green #0F9768

Color information

#0F9768 (or 0x0F9768) is unknown color: approx Elf Green. HEX triplet: 0F, 97 and 68. RGB value is (15,151,104). Sum of RGB (Red+Green+Blue) = 15+151+104=270 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.56% from 270); Green value is 151 (59.38% from 255 or 55.93% from 270); Blue value is 104 (41.02% from 255 or 38.52% from 270); Max value from RGB is 151 - color contains mainly: green. Hex color #0F9768 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F9768 is #F06897. Grayscale: #696969. Windows color (decimal): -15755416 or 6854415. OLE color: 6854415.

HSL color Cylindrical-coordinate representation of color #0F9768: hue angle of 159.26º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F9768 is Cyan = 0.90, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.41.

Color convert

RGB15151104-
CMYK0.9000.310.41
HSL159.26º81.93%32.55%-
HSV(B)159.26º90.07%59.22%-
XYZ13.7623.2316.86-
YUV104.98127.4463.82-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.56%
GREEN value IS 151 (59.38% from 255) = 55.93%
BLUE value IS 104 (41.02% from 255) = 38.52%
R=5.56%
G=55.93%
B=38.52%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151511040.9000.310.41159.2681.9332.55
HexF97685A01F299f5221
Octal172271501320375123712241
Binary11111001011111010001011010011111101001100111111010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F9768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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