#0B6616

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

Shades of Green #0B6616

Tints of Green #0B6616

Color information

#0B6616 (or 0x0B6616) is unknown color: approx Green. HEX triplet: 0B, 66 and 16. RGB value is (11,102,22). Sum of RGB (Red+Green+Blue) = 11+102+22=135 (17% of max value = 765). Red value is 11 (4.69% from 255 or 8.15% from 135); Green value is 102 (40.23% from 255 or 75.56% from 135); Blue value is 22 (8.98% from 255 or 16.30% from 135); Max value from RGB is 102 - color contains mainly: green. Hex color #0B6616 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B6616 is #F499E9. Grayscale: #414141. Windows color (decimal): -16030186 or 1467915. OLE color: 1467915.

HSL color Cylindrical-coordinate representation of color #0B6616: hue angle of 127.25º degrees, saturation: 0.81, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B6616 is Cyan = 0.89, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.6.

Color convert

RGB1110222-
CMYK0.8900.780.6
HSL127.25º80.53%22.16%-
HSV(B)127.25º89.22%40%-
XYZ5.039.632.35-
YUV65.67103.3589-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 8.15%
GREEN value IS 102 (40.23% from 255) = 75.56%
BLUE value IS 22 (8.98% from 255) = 16.30%
R=8.15%
G=75.56%
B=16.30%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal11102220.8900.780.6127.2580.5322.16
HexB66165904E3C7f5116
Octal131462613101167417712126
Binary10111100110101101011001010011101111001111111101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B6616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,102,22); }

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

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

 a { background-color: rgb(11,102,22); }

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

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

 span { border-color: rgb(11,102,22); }

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