#0B6B0F

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

Shades of Green #0B6B0F

Tints of Green #0B6B0F

Color information

#0B6B0F (or 0x0B6B0F) is unknown color: approx Green. HEX triplet: 0B, 6B and 0F. RGB value is (11,107,15). Sum of RGB (Red+Green+Blue) = 11+107+15=133 (17% of max value = 765). Red value is 11 (4.69% from 255 or 8.27% from 133); Green value is 107 (42.19% from 255 or 80.45% from 133); Blue value is 15 (6.25% from 255 or 11.28% from 133); Max value from RGB is 107 - color contains mainly: green. Hex color #0B6B0F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B6B0F is #F494F0. Grayscale: #444444. Windows color (decimal): -16028913 or 1010443. OLE color: 1010443.

HSL color Cylindrical-coordinate representation of color #0B6B0F: hue angle of 122.5º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B6B0F is Cyan = 0.90, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.58.

Color convert

RGB1110715-
CMYK0.9000.860.58
HSL122.5º81.36%23.14%-
HSV(B)122.5º89.72%41.96%-
XYZ5.4810.622.21-
YUV67.8198.287.48-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 8.27%
GREEN value IS 107 (42.19% from 255) = 80.45%
BLUE value IS 15 (6.25% from 255) = 11.28%
R=8.27%
G=80.45%
B=11.28%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal11107150.9000.860.58122.581.3623.14
HexB6BF5A0563A7a5117
Octal131531713201267217212127
Binary1011110101111111011010010101101110101111010101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B6B0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,107,15); }

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

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

 a { background-color: rgb(11,107,15); }

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

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

 span { border-color: rgb(11,107,15); }

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