Html Css Color HEX #065602 Green

📋 copy color: '#065602'

red 6 ◦ green 86 ◦ blue 2

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

Shades of Green #065602

Tints of Green #065602

RGB

 RED value IS 6 (2.73% from 255) = 6.38%

 GREEN value IS 86 (33.98% from 255) = 91.49%

 BLUE value IS 2 (1.17% from 255) = 2.13%

R = 6.38%
G = 91.49%
B = 2.13%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.98

 K value IS 0.66

RGB Variations

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

Color information

#065602 (or 0x065602) is known color: Green. HEX triplet: 06, 56 and 02. RGB value is (6,86,2). Sum of RGB (Red+Green+Blue) = 6+86+2=94 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.38% from 94); Green value is 86 (33.98% from 255 or 91.49% from 94); Blue value is 2 (1.17% from 255 or 2.13% from 94); Max value from RGB is 86 - color contains mainly: green. Hex color #065602 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065602 is #F9A9FD. Grayscale: #343434. Windows color (decimal): -16361982 or 153094. OLE color: 153094.

HSL color Cylindrical-coordinate representation of color #065602: hue angle of 117.14º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #065602 is Cyan = 0.93, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.66.

Color convert

RGB 6 86 2 -
CMYK 0.93 0 0.98 0.66
HSL 117.14º 0.95% 0.17% -
HSV(B) 117.14º 0.98% 0.34% -
XYZ 3.41 6.7 1.17 -
YUV 52.5 99.5 94.83 -
System Red Green Blue C M Y K H S L
Decimal 6 86 2 0.93 0 0.98 0.66 117.14 0.95 0.17
Hex 6 56 2 5D 0 62 42 75 5F 11
Octal 6 126 2 135 0 142 102 165 137 21
Binary 110 1010110 10 1011101 0 1100010 1000010 1110101 1011111 10001

Color Harmonies of #065602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065602

Black with #065602

Text Example


Text Example

White with #065602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065602; }

 p { color: rgb(6,86,2); }

 H1.HeaderClassName
 {
   color: #065602;
 }
 .AnyTagClassName
 {
   color: #065602;
 }
</style>

background-color css

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

 a { background-color: rgb(6,86,2); }

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

border-color css

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

 span { border-color: rgb(6,86,2); }

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