#0B6407

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

Shades of Green #0B6407

Tints of Green #0B6407

Color information

#0B6407 (or 0x0B6407) is unknown color: approx Green. HEX triplet: 0B, 64 and 07. RGB value is (11,100,7). Sum of RGB (Red+Green+Blue) = 11+100+7=118 (15% of max value = 765). Red value is 11 (4.69% from 255 or 9.32% from 118); Green value is 100 (39.45% from 255 or 84.75% from 118); Blue value is 7 (3.12% from 255 or 5.93% from 118); Max value from RGB is 100 - color contains mainly: green. Hex color #0B6407 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B6407 is #F49BF8. Grayscale: #3F3F3F. Windows color (decimal): -16030713 or 484363. OLE color: 484363.

HSL color Cylindrical-coordinate representation of color #0B6407: hue angle of 117.42º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B6407 is Cyan = 0.89, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.61.

Color convert

RGB111007-
CMYK0.8900.930.61
HSL117.42º86.92%20.98%-
HSV(B)117.42º93%39.22%-
XYZ4.739.21.73-
YUV62.7996.5191.06-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 9.32%
GREEN value IS 100 (39.45% from 255) = 84.75%
BLUE value IS 7 (3.12% from 255) = 5.93%
R=9.32%
G=84.75%
B=5.93%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1110070.8900.930.61117.4286.9220.98
HexB6475905D3D755715
Octal13144713101357516512725
Binary101111001001111011001010111011111011110101101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B6407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,100,7); }

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

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

 a { background-color: rgb(11,100,7); }

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

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

 span { border-color: rgb(11,100,7); }

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