#0B7412

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

Shades of Green #0B7412

Tints of Green #0B7412

Color information

#0B7412 (or 0x0B7412) is unknown color: approx Green. HEX triplet: 0B, 74 and 12. RGB value is (11,116,18). Sum of RGB (Red+Green+Blue) = 11+116+18=145 (19% of max value = 765). Red value is 11 (4.69% from 255 or 7.59% from 145); Green value is 116 (45.70% from 255 or 80% from 145); Blue value is 18 (7.42% from 255 or 12.41% from 145); Max value from RGB is 116 - color contains mainly: green. Hex color #0B7412 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B7412 is #F48BED. Grayscale: #494949. Windows color (decimal): -16026606 or 1209355. OLE color: 1209355.

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

Color convert

RGB1111618-
CMYK0.9100.840.55
HSL124º82.68%24.9%-
HSV(B)124º90.52%45.49%-
XYZ6.4912.612.66-
YUV73.4396.7183.47-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 7.59%
GREEN value IS 116 (45.70% from 255) = 80%
BLUE value IS 18 (7.42% from 255) = 12.41%
R=7.59%
G=80%
B=12.41%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11116180.9100.840.5512482.6824.9
HexB74125B054377c5319
Octal131642213301246717412331
Binary10111110100100101011011010101001101111111100101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B7412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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