#0B6B0D

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

Shades of Green #0B6B0D

Tints of Green #0B6B0D

Color information

#0B6B0D (or 0x0B6B0D) is unknown color: approx Green. HEX triplet: 0B, 6B and 0D. RGB value is (11,107,13). Sum of RGB (Red+Green+Blue) = 11+107+13=131 (17% of max value = 765). Red value is 11 (4.69% from 255 or 8.40% from 131); Green value is 107 (42.19% from 255 or 81.68% from 131); Blue value is 13 (5.47% from 255 or 9.92% from 131); Max value from RGB is 107 - color contains mainly: green. Hex color #0B6B0D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B6B0D is #F494F2. Grayscale: #434343. Windows color (decimal): -16028915 or 879371. OLE color: 879371.

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

Color convert

RGB1110713-
CMYK0.9000.880.58
HSL121.25º81.36%23.14%-
HSV(B)121.25º89.72%41.96%-
XYZ5.4710.622.14-
YUV67.5897.287.64-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 8.40%
GREEN value IS 107 (42.19% from 255) = 81.68%
BLUE value IS 13 (5.47% from 255) = 9.92%
R=8.40%
G=81.68%
B=9.92%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal11107130.9000.880.58121.2581.3623.14
HexB6BD5A0583A795117
Octal131531513201307217112127
Binary1011110101111011011010010110001110101111001101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B6B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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