Html Css Color HEX #065A01 Green

📋 copy color: '#065A01'

red 6 ◦ green 90 ◦ blue 1

#065A01
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green #065A01

Tints of Green #065A01

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 value IS 0.93

 M value IS 0

 Y value IS 0.99

 K value IS 0.65

RGB Variations

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

Color information

#065A01 (or 0x065A01) is known color: 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

RGB 6 90 1 -
CMYK 0.93 0 0.99 0.65
HSL 116.63º 0.98% 0.18% -
HSV(B) 116.63º 0.99% 0.35% -
XYZ 3.74 7.35 1.25 -
YUV 54.74 97.67 93.24 -
System Red Green Blue C M Y K H S L
Decimal 6 90 1 0.93 0 0.99 0.65 116.63 0.98 0.18
Hex 6 5A 1 5D 0 63 41 75 62 12
Octal 6 132 1 135 0 143 101 165 142 22
Binary 110 1011010 1 1011101 0 1100011 1000001 1110101 1100010 10010

Color Harmonies of #065A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065A01

Black with #065A01

Text Example


Text Example

White with #065A01

Text Example


Text Example

HTML Codes & Css Web 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>