#0B8913

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

Shades of Green #0B8913

Tints of Green #0B8913

Color information

#0B8913 (or 0x0B8913) is unknown color: approx Green. HEX triplet: 0B, 89 and 13. RGB value is (11,137,19). Sum of RGB (Red+Green+Blue) = 11+137+19=167 (22% of max value = 765). Red value is 11 (4.69% from 255 or 6.59% from 167); Green value is 137 (53.91% from 255 or 82.04% from 167); Blue value is 19 (7.81% from 255 or 11.38% from 167); Max value from RGB is 137 - color contains mainly: green. Hex color #0B8913 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0B8913 is #F476EC. Grayscale: #565656. Windows color (decimal): -16021229 or 1280267. OLE color: 1280267.

HSL color Cylindrical-coordinate representation of color #0B8913: hue angle of 123.81º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B8913 is Cyan = 0.92, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.46.

Color convert

RGB1113719-
CMYK0.9200.860.46
HSL123.81º85.14%29.02%-
HSV(B)123.81º91.97%53.73%-
XYZ9.218.013.61-
YUV85.8790.2674.59-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.59%
GREEN value IS 137 (53.91% from 255) = 82.04%
BLUE value IS 19 (7.81% from 255) = 11.38%
R=6.59%
G=82.04%
B=11.38%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal11137190.9200.860.46123.8185.1429.02
HexB89135C0562E7c551d
Octal132112313401265617412535
Binary101110001001100111011100010101101011101111100101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B8913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,137,19); }

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

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

 a { background-color: rgb(11,137,19); }

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

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

 span { border-color: rgb(11,137,19); }

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