#0B8406

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

Shades of Green #0B8406

Tints of Green #0B8406

Color information

#0B8406 (or 0x0B8406) is unknown color: approx Green. HEX triplet: 0B, 84 and 06. RGB value is (11,132,6). Sum of RGB (Red+Green+Blue) = 11+132+6=149 (19% of max value = 765). Red value is 11 (4.69% from 255 or 7.38% from 149); Green value is 132 (51.95% from 255 or 88.59% from 149); Blue value is 6 (2.73% from 255 or 4.03% from 149); Max value from RGB is 132 - color contains mainly: green. Hex color #0B8406 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0B8406 is #F47BF9. Grayscale: #515151. Windows color (decimal): -16022522 or 427019. OLE color: 427019.

HSL color Cylindrical-coordinate representation of color #0B8406: hue angle of 117.62º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B8406 is Cyan = 0.92, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.48.

Color convert

RGB111326-
CMYK0.9200.950.48
HSL117.62º91.3%27.06%-
HSV(B)117.62º95.45%51.76%-
XYZ8.4216.592.93-
YUV81.4685.4177.75-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 7.38%
GREEN value IS 132 (51.95% from 255) = 88.59%
BLUE value IS 6 (2.73% from 255) = 4.03%
R=7.38%
G=88.59%
B=4.03%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1113260.9200.950.48117.6291.327.06
HexB8465C05F30765b1b
Octal13204613401376016613333
Binary1011100001001101011100010111111100001110110101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B8406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,132,6); }

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

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

 a { background-color: rgb(11,132,6); }

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

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

 span { border-color: rgb(11,132,6); }

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