#065701

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

Shades of Green #065701

Tints of Green #065701

Color information

#065701 (or 0x065701) is unknown color: approx Green. HEX triplet: 06, 57 and 01. RGB value is (6,87,1). Sum of RGB (Red+Green+Blue) = 6+87+1=94 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.38% from 94); Green value is 87 (34.38% from 255 or 92.55% from 94); Blue value is 1 (0.78% from 255 or 1.06% from 94); Max value from RGB is 87 - color contains mainly: green. Hex color #065701 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065701 is #F9A8FE. Grayscale: #353535. Windows color (decimal): -16361727 or 87814. OLE color: 87814.

HSL color Cylindrical-coordinate representation of color #065701: hue angle of 116.51º 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 #065701 is Cyan = 0.93, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.66.

Color convert

RGB6871-
CMYK0.9300.990.66
HSL116.51º97.73%17.25%-
HSV(B)116.51º98.85%34.12%-
XYZ3.496.861.17-
YUV52.9898.6694.49-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.38%
GREEN value IS 87 (34.38% from 255) = 92.55%
BLUE value IS 1 (0.78% from 255) = 1.06%
R=6.38%
G=92.55%
B=1.06%

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
Decimal68710.9300.990.66116.5197.7317.25
Hex65715D06342756211
Octal61271135014310216514221
Binary1101010111110111010110001110000101110101110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065701; }

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

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

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

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

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

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

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

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