#0B7512

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

Shades of Green #0B7512

Tints of Green #0B7512

Color information

#0B7512 (or 0x0B7512) is unknown color: approx Green. HEX triplet: 0B, 75 and 12. RGB value is (11,117,18). Sum of RGB (Red+Green+Blue) = 11+117+18=146 (19% of max value = 765). Red value is 11 (4.69% from 255 or 7.53% from 146); Green value is 117 (46.09% from 255 or 80.14% from 146); Blue value is 18 (7.42% from 255 or 12.33% from 146); Max value from RGB is 117 - color contains mainly: green. Hex color #0B7512 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B7512 is #F48AED. Grayscale: #4A4A4A. Windows color (decimal): -16026350 or 1209611. OLE color: 1209611.

HSL color Cylindrical-coordinate representation of color #0B7512: hue angle of 123.96º 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 #0B7512 is Cyan = 0.91, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.54.

Color convert

RGB1111718-
CMYK0.9100.850.54
HSL123.96º82.81%25.1%-
HSV(B)123.96º90.6%45.88%-
XYZ6.6112.842.7-
YUV74.0296.3883.05-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 7.53%
GREEN value IS 117 (46.09% from 255) = 80.14%
BLUE value IS 18 (7.42% from 255) = 12.33%
R=7.53%
G=80.14%
B=12.33%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11117180.9100.850.54123.9682.8125.1
HexB75125B055367c5319
Octal131652213301256617412331
Binary10111110101100101011011010101011101101111100101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B7512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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