#06600B

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

Shades of Green #06600B

Tints of Green #06600B

Color information

#06600B (or 0x06600B) is unknown color: approx Green. HEX triplet: 06, 60 and 0B. RGB value is (6,96,11). Sum of RGB (Red+Green+Blue) = 6+96+11=113 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.31% from 113); Green value is 96 (37.89% from 255 or 84.96% from 113); Blue value is 11 (4.69% from 255 or 9.73% from 113); Max value from RGB is 96 - color contains mainly: green. Hex color #06600B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #06600B is #F99FF4. Grayscale: #3B3B3B. Windows color (decimal): -16359413 or 745478. OLE color: 745478.

HSL color Cylindrical-coordinate representation of color #06600B: hue angle of 123.33º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06600B is Cyan = 0.94, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.62.

Color convert

RGB69611-
CMYK0.9400.890.62
HSL123.33º88.24%20%-
HSV(B)123.33º93.75%37.65%-
XYZ4.328.431.72-
YUV59.4100.6889.91-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.31%
GREEN value IS 96 (37.89% from 255) = 84.96%
BLUE value IS 11 (4.69% from 255) = 9.73%
R=5.31%
G=84.96%
B=9.73%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal696110.9400.890.62123.3388.2420
Hex660B5E0593E7b5814
Octal61401313601317617313024
Binary110110000010111011110010110011111101111011101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06600B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06600B; }

 p { color: rgb(6,96,11); }

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

<style>
 a { background-color: #06600B; }

 a { background-color: rgb(6,96,11); }

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

<style>
 span { border-color: #06600B; }

 span { border-color: rgb(6,96,11); }

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