#0b6a09

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

Shades of Green #0B6A09

Tints of Green #0B6A09

Color information

#0B6A09 (or 0x0B6A09) is unknown color: approx Green. HEX triplet: 0B, 6A and 09. RGB value is (11,106,9). Sum of RGB (Red+Green+Blue) = 11+106+9=126 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.73% from 126); Green value is 106 (41.80% from 255 or 84.13% from 126); Blue value is 9 (3.91% from 255 or 7.14% from 126); Max value from RGB is 106 - color contains mainly: green. Hex color #0B6A09 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B6A09 is #F495F6. Grayscale: #424242. Windows color (decimal): -16029175 or 616971. OLE color: 616971.

HSL color Cylindrical-coordinate representation of color #0B6A09: hue angle of 118.76º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B6A09 is Cyan = 0.90, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.58.

Color convert

RGB111069-
CMYK0.9000.920.58
HSL118.76º84.35%22.55%-
HSV(B)118.76º91.51%41.57%-
XYZ5.3410.41.98-
YUV66.5495.5388.39-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 8.73%
GREEN value IS 106 (41.80% from 255) = 84.13%
BLUE value IS 9 (3.91% from 255) = 7.14%
R=8.73%
G=84.13%
B=7.14%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1110690.9000.920.58118.7684.3522.55
HexB6A95A05C3A775417
Octal131521113201347216712427
Binary1011110101010011011010010111001110101110111101010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0b6a09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,106,9); }

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

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

 a { background-color: rgb(11,106,9); }

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

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

 span { border-color: rgb(11,106,9); }

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