#06600F

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

Shades of Green #06600F

Tints of Green #06600F

Color information

#06600F (or 0x06600F) is unknown color: approx Green. HEX triplet: 06, 60 and 0F. RGB value is (6,96,15). Sum of RGB (Red+Green+Blue) = 6+96+15=117 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.13% from 117); Green value is 96 (37.89% from 255 or 82.05% from 117); Blue value is 15 (6.25% from 255 or 12.82% from 117); Max value from RGB is 96 - color contains mainly: green. Hex color #06600F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #06600F is #F99FF0. Grayscale: #3C3C3C. Windows color (decimal): -16359409 or 1007622. OLE color: 1007622.

HSL color Cylindrical-coordinate representation of color #06600F: hue angle of 126º 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 #06600F is Cyan = 0.94, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.62.

Color convert

RGB69615-
CMYK0.9400.840.62
HSL126º88.24%20%-
HSV(B)126º93.75%37.65%-
XYZ4.348.441.85-
YUV59.86102.6889.59-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.13%
GREEN value IS 96 (37.89% from 255) = 82.05%
BLUE value IS 15 (6.25% from 255) = 12.82%
R=5.13%
G=82.05%
B=12.82%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal696150.9400.840.6212688.2420
Hex660F5E0543E7e5814
Octal61401713601247617613024
Binary110110000011111011110010101001111101111110101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06600F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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