Html Css Color HEX #065601 Green

📋 copy color: '#065601'

red 6 ◦ green 86 ◦ blue 1

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

Shades of Green #065601

Tints of Green #065601

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 1.08%

R = 6.45%
G = 92.47%
B = 1.08%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.99

 K value IS 0.66

RGB Variations

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

Color information

#065601 (or 0x065601) is known color: Green. HEX triplet: 06, 56 and 01. RGB value is (6,86,1). Sum of RGB (Red+Green+Blue) = 6+86+1=93 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.45% from 93); Green value is 86 (33.98% from 255 or 92.47% from 93); Blue value is 1 (0.78% from 255 or 1.08% from 93); Max value from RGB is 86 - color contains mainly: green. Hex color #065601 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065601 is #F9A9FE. Grayscale: #343434. Windows color (decimal): -16361983 or 87558. OLE color: 87558.

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

Color convert

RGB 6 86 1 -
CMYK 0.93 0 0.99 0.66
HSL 116.47º 0.98% 0.17% -
HSV(B) 116.47º 0.99% 0.34% -
XYZ 3.41 6.7 1.14 -
YUV 52.39 99 94.91 -
System Red Green Blue C M Y K H S L
Decimal 6 86 1 0.93 0 0.99 0.66 116.47 0.98 0.17
Hex 6 56 1 5D 0 63 42 74 62 11
Octal 6 126 1 135 0 143 102 164 142 21
Binary 110 1010110 1 1011101 0 1100011 1000010 1110100 1100010 10001

Color Harmonies of #065601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065601

Black with #065601

Text Example


Text Example

White with #065601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065601; }

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

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

background-color css

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

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

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

border-color css

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

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

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