#0B6615

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

Shades of Green #0B6615

Tints of Green #0B6615

Color information

#0B6615 (or 0x0B6615) is unknown color: approx Green. HEX triplet: 0B, 66 and 15. RGB value is (11,102,21). Sum of RGB (Red+Green+Blue) = 11+102+21=134 (17% of max value = 765). Red value is 11 (4.69% from 255 or 8.21% from 134); Green value is 102 (40.23% from 255 or 76.12% from 134); Blue value is 21 (8.59% from 255 or 15.67% from 134); Max value from RGB is 102 - color contains mainly: green. Hex color #0B6615 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B6615 is #F499EA. Grayscale: #414141. Windows color (decimal): -16030187 or 1402379. OLE color: 1402379.

HSL color Cylindrical-coordinate representation of color #0B6615: hue angle of 126.59º 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 #0B6615 is Cyan = 0.89, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.6.

Color convert

RGB1110221-
CMYK0.8900.790.6
HSL126.59º80.53%22.16%-
HSV(B)126.59º89.22%40%-
XYZ5.029.632.3-
YUV65.56102.8589.09-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 8.21%
GREEN value IS 102 (40.23% from 255) = 76.12%
BLUE value IS 21 (8.59% from 255) = 15.67%
R=8.21%
G=76.12%
B=15.67%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal11102210.8900.790.6126.5980.5322.16
HexB66155904F3C7f5116
Octal131462513101177417712126
Binary10111100110101011011001010011111111001111111101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B6615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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