#0B8B09

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

Shades of Green #0B8B09

Tints of Green #0B8B09

Color information

#0B8B09 (or 0x0B8B09) is unknown color: approx Green. HEX triplet: 0B, 8B and 09. RGB value is (11,139,9). Sum of RGB (Red+Green+Blue) = 11+139+9=159 (21% of max value = 765). Red value is 11 (4.69% from 255 or 6.92% from 159); Green value is 139 (54.69% from 255 or 87.42% from 159); Blue value is 9 (3.91% from 255 or 5.66% from 159); Max value from RGB is 139 - color contains mainly: green. Hex color #0B8B09 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0B8B09 is #F474F6. Grayscale: #565656. Windows color (decimal): -16020727 or 625419. OLE color: 625419.

HSL color Cylindrical-coordinate representation of color #0B8B09: hue angle of 119.08º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B8B09 is Cyan = 0.92, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.45.

Color convert

RGB111399-
CMYK0.9200.940.45
HSL119.08º87.84%29.02%-
HSV(B)119.08º93.53%54.51%-
XYZ9.4218.563.34-
YUV85.9184.5974.57-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.92%
GREEN value IS 139 (54.69% from 255) = 87.42%
BLUE value IS 9 (3.91% from 255) = 5.66%
R=6.92%
G=87.42%
B=5.66%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1113990.9200.940.45119.0887.8429.02
HexB8B95C05E2D77581d
Octal132131113401365516713035
Binary10111000101110011011100010111101011011110111101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B8B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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