#065A01

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

Shades of Green #065A01

Tints of Green #065A01

Color information

#065A01 (or 0x065A01) is unknown color: approx Green. HEX triplet: 06, 5A and 01. RGB value is (6,90,1). Sum of RGB (Red+Green+Blue) = 6+90+1=97 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.19% from 97); Green value is 90 (35.55% from 255 or 92.78% from 97); Blue value is 1 (0.78% from 255 or 1.03% from 97); Max value from RGB is 90 - color contains mainly: green. Hex color #065A01 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065A01 is #F9A5FE. Grayscale: #373737. Windows color (decimal): -16360959 or 88582. OLE color: 88582.

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

Color convert

RGB6901-
CMYK0.9300.990.65
HSL116.63º97.8%17.84%-
HSV(B)116.63º98.89%35.29%-
XYZ3.747.351.25-
YUV54.7497.6793.24-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.19%
GREEN value IS 90 (35.55% from 255) = 92.78%
BLUE value IS 1 (0.78% from 255) = 1.03%
R=6.19%
G=92.78%
B=1.03%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal69010.9300.990.65116.6397.817.84
Hex65A15D06341756212
Octal61321135014310116514222
Binary1101011010110111010110001110000011110101110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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