#0B720D

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

Shades of Green #0B720D

Tints of Green #0B720D

Color information

#0B720D (or 0x0B720D) is unknown color: approx Green. HEX triplet: 0B, 72 and 0D. RGB value is (11,114,13). Sum of RGB (Red+Green+Blue) = 11+114+13=138 (18% of max value = 765). Red value is 11 (4.69% from 255 or 7.97% from 138); Green value is 114 (44.92% from 255 or 82.61% from 138); Blue value is 13 (5.47% from 255 or 9.42% from 138); Max value from RGB is 114 - color contains mainly: green. Hex color #0B720D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B720D is #F48DF2. Grayscale: #474747. Windows color (decimal): -16027123 or 881163. OLE color: 881163.

HSL color Cylindrical-coordinate representation of color #0B720D: hue angle of 121.17º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B720D is Cyan = 0.90, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB1111413-
CMYK0.9000.890.55
HSL121.17º82.4%24.51%-
HSV(B)121.17º90.35%44.71%-
XYZ6.2312.132.39-
YUV71.6994.8884.71-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 7.97%
GREEN value IS 114 (44.92% from 255) = 82.61%
BLUE value IS 13 (5.47% from 255) = 9.42%
R=7.97%
G=82.61%
B=9.42%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11114130.9000.890.55121.1782.424.51
HexB72D5A05937795219
Octal131621513201316717112231
Binary1011111001011011011010010110011101111111001101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B720D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,114,13); }

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

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

 a { background-color: rgb(11,114,13); }

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

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

 span { border-color: rgb(11,114,13); }

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