#0F6C04

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

Shades of Green #0F6C04

Tints of Green #0F6C04

Color information

#0F6C04 (or 0x0F6C04) is unknown color: approx Green. HEX triplet: 0F, 6C and 04. RGB value is (15,108,4). Sum of RGB (Red+Green+Blue) = 15+108+4=127 (16% of max value = 765). Red value is 15 (6.25% from 255 or 11.81% from 127); Green value is 108 (42.58% from 255 or 85.04% from 127); Blue value is 4 (1.95% from 255 or 3.15% from 127); Max value from RGB is 108 - color contains mainly: green. Hex color #0F6C04 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F6C04 is #F093FB. Grayscale: #444444. Windows color (decimal): -15766524 or 289807. OLE color: 289807.

HSL color Cylindrical-coordinate representation of color #0F6C04: hue angle of 113.65º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0F6C04 is Cyan = 0.86, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.58.

Color convert

RGB151084-
CMYK0.8600.960.58
HSL113.65º92.86%21.96%-
HSV(B)113.65º96.3%42.35%-
XYZ5.5810.841.91-
YUV68.3491.6989.96-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 11.81%
GREEN value IS 108 (42.58% from 255) = 85.04%
BLUE value IS 4 (1.95% from 255) = 3.15%
R=11.81%
G=85.04%
B=3.15%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1510840.8600.960.58113.6592.8621.96
HexF6C4560603A725d16
Octal17154412601407216213526
Binary111111011001001010110011000001110101110010101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F6C04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,108,4); }

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

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

 a { background-color: rgb(15,108,4); }

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

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

 span { border-color: rgb(15,108,4); }

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