#065501

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

Shades of Green #065501

Tints of Green #065501

Color information

#065501 (or 0x065501) is unknown color: approx Green. HEX triplet: 06, 55 and 01. RGB value is (6,85,1). Sum of RGB (Red+Green+Blue) = 6+85+1=92 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.52% from 92); Green value is 85 (33.59% from 255 or 92.39% from 92); Blue value is 1 (0.78% from 255 or 1.09% from 92); Max value from RGB is 85 - color contains mainly: green. Hex color #065501 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065501 is #F9AAFE. Grayscale: #343434. Windows color (decimal): -16362239 or 87302. OLE color: 87302.

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

Color convert

RGB6851-
CMYK0.9300.990.67
HSL116.43º97.67%16.86%-
HSV(B)116.43º98.82%33.33%-
XYZ3.336.541.12-
YUV51.899.3395.33-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.52%
GREEN value IS 85 (33.59% from 255) = 92.39%
BLUE value IS 1 (0.78% from 255) = 1.09%
R=6.52%
G=92.39%
B=1.09%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal68510.9300.990.67116.4397.6716.86
Hex65515D06343746211
Octal61251135014310316414221
Binary1101010101110111010110001110000111110100110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065501; }

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

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

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

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

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

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

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

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