#065704

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

Shades of Green #065704

Tints of Green #065704

Color information

#065704 (or 0x065704) is unknown color: approx Green. HEX triplet: 06, 57 and 04. RGB value is (6,87,4). Sum of RGB (Red+Green+Blue) = 6+87+4=97 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.19% from 97); Green value is 87 (34.38% from 255 or 89.69% from 97); Blue value is 4 (1.95% from 255 or 4.12% from 97); Max value from RGB is 87 - color contains mainly: green. Hex color #065704 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065704 is #F9A8FB. Grayscale: #353535. Windows color (decimal): -16361724 or 284422. OLE color: 284422.

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

Color convert

RGB6874-
CMYK0.9300.950.66
HSL118.55º91.21%17.84%-
HSV(B)118.55º95.4%34.12%-
XYZ3.516.861.25-
YUV53.32100.1694.25-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.19%
GREEN value IS 87 (34.38% from 255) = 89.69%
BLUE value IS 4 (1.95% from 255) = 4.12%
R=6.19%
G=89.69%
B=4.12%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal68740.9300.950.66118.5591.2117.84
Hex65745D05F42775b12
Octal61274135013710216713322
Binary110101011110010111010101111110000101110111101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065704; }

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

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

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

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

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

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

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

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