#0B6808

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

Shades of Green #0B6808

Tints of Green #0B6808

Color information

#0B6808 (or 0x0B6808) is unknown color: approx Green. HEX triplet: 0B, 68 and 08. RGB value is (11,104,8). Sum of RGB (Red+Green+Blue) = 11+104+8=123 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.94% from 123); Green value is 104 (41.02% from 255 or 84.55% from 123); Blue value is 8 (3.52% from 255 or 6.50% from 123); Max value from RGB is 104 - color contains mainly: green. Hex color #0B6808 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B6808 is #F497F7. Grayscale: #414141. Windows color (decimal): -16029688 or 550923. OLE color: 550923.

HSL color Cylindrical-coordinate representation of color #0B6808: hue angle of 118.12º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B6808 is Cyan = 0.89, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.59.

Color convert

RGB111048-
CMYK0.8900.920.59
HSL118.12º85.71%21.96%-
HSV(B)118.12º92.31%40.78%-
XYZ5.139.991.89-
YUV65.2595.6989.31-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 8.94%
GREEN value IS 104 (41.02% from 255) = 84.55%
BLUE value IS 8 (3.52% from 255) = 6.50%
R=8.94%
G=84.55%
B=6.50%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1110480.8900.920.59118.1285.7121.96
HexB6885905C3B765616
Octal131501013101347316612626
Binary1011110100010001011001010111001110111110110101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B6808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,104,8); }

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

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

 a { background-color: rgb(11,104,8); }

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

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

 span { border-color: rgb(11,104,8); }

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