#0F6B03

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

Shades of Green #0F6B03

Tints of Green #0F6B03

Color information

#0F6B03 (or 0x0F6B03) is unknown color: approx Green. HEX triplet: 0F, 6B and 03. RGB value is (15,107,3). Sum of RGB (Red+Green+Blue) = 15+107+3=125 (16% of max value = 765). Red value is 15 (6.25% from 255 or 12% from 125); Green value is 107 (42.19% from 255 or 85.6% from 125); Blue value is 3 (1.56% from 255 or 2.4% from 125); Max value from RGB is 107 - color contains mainly: green. Hex color #0F6B03 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F6B03 is #F094FC. Grayscale: #434343. Windows color (decimal): -15766781 or 224015. OLE color: 224015.

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

Color convert

RGB151073-
CMYK0.8600.970.58
HSL113.08º94.55%21.57%-
HSV(B)113.08º97.2%41.96%-
XYZ5.4710.621.85-
YUV67.6491.5290.46-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 12%
GREEN value IS 107 (42.19% from 255) = 85.6%
BLUE value IS 3 (1.56% from 255) = 2.4%
R=12%
G=85.6%
B=2.4%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1510730.8600.970.58113.0894.5521.57
HexF6B3560613A715f16
Octal17153312601417216113726
Binary11111101011111010110011000011110101110001101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F6B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,107,3); }

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

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

 a { background-color: rgb(15,107,3); }

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

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

 span { border-color: rgb(15,107,3); }

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