#0B8712

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

Shades of Green #0B8712

Tints of Green #0B8712

Color information

#0B8712 (or 0x0B8712) is unknown color: approx Green. HEX triplet: 0B, 87 and 12. RGB value is (11,135,18). Sum of RGB (Red+Green+Blue) = 11+135+18=164 (21% of max value = 765). Red value is 11 (4.69% from 255 or 6.71% from 164); Green value is 135 (53.12% from 255 or 82.32% from 164); Blue value is 18 (7.42% from 255 or 10.98% from 164); Max value from RGB is 135 - color contains mainly: green. Hex color #0B8712 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0B8712 is #F478ED. Grayscale: #545454. Windows color (decimal): -16021742 or 1214219. OLE color: 1214219.

HSL color Cylindrical-coordinate representation of color #0B8712: hue angle of 123.39º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B8712 is Cyan = 0.92, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB1113518-
CMYK0.9200.870.47
HSL123.39º84.93%28.63%-
HSV(B)123.39º91.85%52.94%-
XYZ8.9117.443.47-
YUV84.5990.4275.51-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.71%
GREEN value IS 135 (53.12% from 255) = 82.32%
BLUE value IS 18 (7.42% from 255) = 10.98%
R=6.71%
G=82.32%
B=10.98%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal11135180.9200.870.47123.3984.9328.63
HexB87125C0572F7b551d
Octal132072213401275717312535
Binary101110000111100101011100010101111011111111011101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B8712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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