#0B6F11

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

Shades of Green #0B6F11

Tints of Green #0B6F11

Color information

#0B6F11 (or 0x0B6F11) is unknown color: approx Green. HEX triplet: 0B, 6F and 11. RGB value is (11,111,17). Sum of RGB (Red+Green+Blue) = 11+111+17=139 (18% of max value = 765). Red value is 11 (4.69% from 255 or 7.91% from 139); Green value is 111 (43.75% from 255 or 79.86% from 139); Blue value is 17 (7.03% from 255 or 12.23% from 139); Max value from RGB is 111 - color contains mainly: green. Hex color #0B6F11 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B6F11 is #F490EE. Grayscale: #464646. Windows color (decimal): -16027887 or 1142539. OLE color: 1142539.

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

Color convert

RGB1111117-
CMYK0.9000.850.56
HSL123.6º81.97%23.92%-
HSV(B)123.6º90.09%43.53%-
XYZ5.9211.482.43-
YUV70.3897.8785.64-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 7.91%
GREEN value IS 111 (43.75% from 255) = 79.86%
BLUE value IS 17 (7.03% from 255) = 12.23%
R=7.91%
G=79.86%
B=12.23%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11111170.9000.850.56123.681.9723.92
HexB6F115A055387c5218
Octal131572113201257017412230
Binary10111101111100011011010010101011110001111100101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B6F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,111,17); }

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

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

 a { background-color: rgb(11,111,17); }

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

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

 span { border-color: rgb(11,111,17); }

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