#065601

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

Shades of Green #065601

Tints of Green #065601

Color information

#065601 (or 0x065601) is unknown color: approx 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

RGB6861-
CMYK0.9300.990.66
HSL116.47º97.7%17.06%-
HSV(B)116.47º98.84%33.73%-
XYZ3.416.71.14-
YUV52.399994.91-

RGB Variations

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

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 (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal68610.9300.990.66116.4797.717.06
Hex65615D06342746211
Octal61261135014310216414221
Binary1101010110110111010110001110000101110100110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>