#64825E

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

Shades of Hippie Green #64825E

Tints of Hippie Green #64825E

Color information

#64825E (or 0x64825E) is unknown color: approx Hippie Green. HEX triplet: 64, 82 and 5E. RGB value is (100,130,94). Sum of RGB (Red+Green+Blue) = 100+130+94=324 (42% of max value = 765). Red value is 100 (39.45% from 255 or 30.86% from 324); Green value is 130 (51.17% from 255 or 40.12% from 324); Blue value is 94 (37.11% from 255 or 29.01% from 324); Max value from RGB is 130 - color contains mainly: green. Hex color #64825E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64825E is #9B7DA1. Grayscale: #757575. Windows color (decimal): -10190242 or 6193764. OLE color: 6193764.

HSL color Cylindrical-coordinate representation of color #64825E: hue angle of 110º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #64825E is Cyan = 0.23, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB10013094-
CMYK0.2300.280.49
HSL110º16.07%43.92%-
HSV(B)110º27.69%50.98%-
XYZ15.2619.4813.55-
YUV116.93115.06115.93-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.86%
GREEN value IS 130 (51.17% from 255) = 40.12%
BLUE value IS 94 (37.11% from 255) = 29.01%
R=30.86%
G=40.12%
B=29.01%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal100130940.2300.280.4911016.0743.92
Hex64825E1701C316e102c
Octal14420213627034611562054
Binary110010010000010101111010111011100110001110111010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64825E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64825E; }

 p { color: rgb(100,130,94); }

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

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

 a { background-color: rgb(100,130,94); }

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

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

 span { border-color: rgb(100,130,94); }

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