#065801

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

Shades of Green #065801

Tints of Green #065801

Color information

#065801 (or 0x065801) is unknown color: approx Green. HEX triplet: 06, 58 and 01. RGB value is (6,88,1). Sum of RGB (Red+Green+Blue) = 6+88+1=95 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.32% from 95); Green value is 88 (34.77% from 255 or 92.63% from 95); Blue value is 1 (0.78% from 255 or 1.05% from 95); Max value from RGB is 88 - color contains mainly: green. Hex color #065801 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065801 is #F9A7FE. Grayscale: #353535. Windows color (decimal): -16361471 or 88070. OLE color: 88070.

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

Color convert

RGB6881-
CMYK0.9300.990.65
HSL116.55º97.75%17.45%-
HSV(B)116.55º98.86%34.51%-
XYZ3.577.021.2-
YUV53.5698.3394.07-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.32%
GREEN value IS 88 (34.77% from 255) = 92.63%
BLUE value IS 1 (0.78% from 255) = 1.05%
R=6.32%
G=92.63%
B=1.05%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal68810.9300.990.65116.5597.7517.45
Hex65815D06341756211
Octal61301135014310116514221
Binary1101011000110111010110001110000011110101110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065801; }

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

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

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

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

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

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

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

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