#066013

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

Shades of Green #066013

Tints of Green #066013

Color information

#066013 (or 0x066013) is unknown color: approx Green. HEX triplet: 06, 60 and 13. RGB value is (6,96,19). Sum of RGB (Red+Green+Blue) = 6+96+19=121 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.96% from 121); Green value is 96 (37.89% from 255 or 79.34% from 121); Blue value is 19 (7.81% from 255 or 15.70% from 121); Max value from RGB is 96 - color contains mainly: green. Hex color #066013 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #066013 is #F99FEC. Grayscale: #3C3C3C. Windows color (decimal): -16359405 or 1269766. OLE color: 1269766.

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

Color convert

RGB69619-
CMYK0.9400.800.62
HSL128.67º88.24%20%-
HSV(B)128.67º93.75%37.65%-
XYZ4.388.452.02-
YUV60.31104.6889.26-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.96%
GREEN value IS 96 (37.89% from 255) = 79.34%
BLUE value IS 19 (7.81% from 255) = 15.70%
R=4.96%
G=79.34%
B=15.70%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal696190.9400.800.62128.6788.2420
Hex660135E0503E815814
Octal61402313601207620113024
Binary11011000001001110111100101000011111010000001101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066013; }

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

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

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

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

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

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

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

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