#065A04

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

Shades of Green #065A04

Tints of Green #065A04

Color information

#065A04 (or 0x065A04) is unknown color: approx Green. HEX triplet: 06, 5A and 04. RGB value is (6,90,4). Sum of RGB (Red+Green+Blue) = 6+90+4=100 (13% of max value = 765). Red value is 6 (2.73% from 255 or 6% from 100); Green value is 90 (35.55% from 255 or 90% from 100); Blue value is 4 (1.95% from 255 or 4% from 100); Max value from RGB is 90 - color contains mainly: green. Hex color #065A04 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065A04 is #F9A5FB. Grayscale: #373737. Windows color (decimal): -16360956 or 285190. OLE color: 285190.

HSL color Cylindrical-coordinate representation of color #065A04: hue angle of 118.6º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #065A04 is Cyan = 0.93, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.65.

Color convert

RGB6904-
CMYK0.9300.960.65
HSL118.6º91.49%18.43%-
HSV(B)118.6º95.56%35.29%-
XYZ3.757.361.34-
YUV55.0899.1792.99-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6%
GREEN value IS 90 (35.55% from 255) = 90%
BLUE value IS 4 (1.95% from 255) = 4%
R=6%
G=90%
B=4%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal69040.9300.960.65118.691.4918.43
Hex65A45D06041775b12
Octal61324135014010116713322
Binary110101101010010111010110000010000011110111101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065A04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065A04; }

 p { color: rgb(6,90,4); }

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

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

 a { background-color: rgb(6,90,4); }

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

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

 span { border-color: rgb(6,90,4); }

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