#0B7513

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

Shades of Green #0B7513

Tints of Green #0B7513

Color information

#0B7513 (or 0x0B7513) is unknown color: approx Green. HEX triplet: 0B, 75 and 13. RGB value is (11,117,19). Sum of RGB (Red+Green+Blue) = 11+117+19=147 (19% of max value = 765). Red value is 11 (4.69% from 255 or 7.48% from 147); Green value is 117 (46.09% from 255 or 79.59% from 147); Blue value is 19 (7.81% from 255 or 12.93% from 147); Max value from RGB is 117 - color contains mainly: green. Hex color #0B7513 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B7513 is #F48AEC. Grayscale: #4A4A4A. Windows color (decimal): -16026349 or 1275147. OLE color: 1275147.

HSL color Cylindrical-coordinate representation of color #0B7513: hue angle of 124.53º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B7513 is Cyan = 0.91, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.54.

Color convert

RGB1111719-
CMYK0.9100.840.54
HSL124.53º82.81%25.1%-
HSV(B)124.53º90.6%45.88%-
XYZ6.6212.842.75-
YUV74.1396.8882.97-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 7.48%
GREEN value IS 117 (46.09% from 255) = 79.59%
BLUE value IS 19 (7.81% from 255) = 12.93%
R=7.48%
G=79.59%
B=12.93%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11117190.9100.840.54124.5382.8125.1
HexB75135B054367d5319
Octal131652313301246617512331
Binary10111110101100111011011010101001101101111101101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B7513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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