#0B7112

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

Shades of Green #0B7112

Tints of Green #0B7112

Color information

#0B7112 (or 0x0B7112) is unknown color: approx Green. HEX triplet: 0B, 71 and 12. RGB value is (11,113,18). Sum of RGB (Red+Green+Blue) = 11+113+18=142 (18% of max value = 765). Red value is 11 (4.69% from 255 or 7.75% from 142); Green value is 113 (44.53% from 255 or 79.58% from 142); Blue value is 18 (7.42% from 255 or 12.68% from 142); Max value from RGB is 113 - color contains mainly: green. Hex color #0B7112 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B7112 is #F48EED. Grayscale: #474747. Windows color (decimal): -16027374 or 1208587. OLE color: 1208587.

HSL color Cylindrical-coordinate representation of color #0B7112: hue angle of 124.12º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B7112 is Cyan = 0.90, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.56.

Color convert

RGB1111318-
CMYK0.9000.840.56
HSL124.12º82.26%24.31%-
HSV(B)124.12º90.27%44.31%-
XYZ6.1511.932.55-
YUV71.6797.7184.72-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 7.75%
GREEN value IS 113 (44.53% from 255) = 79.58%
BLUE value IS 18 (7.42% from 255) = 12.68%
R=7.75%
G=79.58%
B=12.68%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11113180.9000.840.56124.1282.2624.31
HexB71125A054387c5218
Octal131612213201247017412230
Binary10111110001100101011010010101001110001111100101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B7112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,113,18); }

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

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

 a { background-color: rgb(11,113,18); }

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

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

 span { border-color: rgb(11,113,18); }

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