#0B7805

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

Shades of Green #0B7805

Tints of Green #0B7805

Color information

#0B7805 (or 0x0B7805) is unknown color: approx Green. HEX triplet: 0B, 78 and 05. RGB value is (11,120,5). Sum of RGB (Red+Green+Blue) = 11+120+5=136 (18% of max value = 765). Red value is 11 (4.69% from 255 or 8.09% from 136); Green value is 120 (47.27% from 255 or 88.24% from 136); Blue value is 5 (2.34% from 255 or 3.68% from 136); Max value from RGB is 120 - color contains mainly: green. Hex color #0B7805 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B7805 is #F487FA. Grayscale: #4A4A4A. Windows color (decimal): -16025595 or 358411. OLE color: 358411.

HSL color Cylindrical-coordinate representation of color #0B7805: hue angle of 116.87º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0B7805 is Cyan = 0.91, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.53.

Color convert

RGB111205-
CMYK0.9100.960.53
HSL116.87º92%24.51%-
HSV(B)116.87º95.83%47.06%-
XYZ6.8813.522.39-
YUV74.388.8982.85-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 8.09%
GREEN value IS 120 (47.27% from 255) = 88.24%
BLUE value IS 5 (2.34% from 255) = 3.68%
R=8.09%
G=88.24%
B=3.68%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1112050.9100.960.53116.879224.51
HexB7855B06035755c19
Octal13170513301406516513431
Binary101111110001011011011011000001101011110101101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B7805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,120,5); }

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

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

 a { background-color: rgb(11,120,5); }

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

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

 span { border-color: rgb(11,120,5); }

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