Html Css Color HEX #64A360 Hippie Green

📋 copy color: '#64A360'

red 100 ◦ green 163 ◦ blue 96

#64A360
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hippie Green #64A360

Tints of Hippie Green #64A360

RGB

 RED value IS 100 (39.45% from 255) = 27.86%

 GREEN value IS 163 (64.06% from 255) = 45.4%

 BLUE value IS 96 (37.89% from 255) = 26.74%

R = 27.86%
G = 45.4%
B = 26.74%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#64A360 (or 0x64A360) is known color: Hippie Green. HEX triplet: 64, A3 and 60. RGB value is (100,163,96). Sum of RGB (Red+Green+Blue) = 100+163+96=359 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.86% from 359); Green value is 163 (64.06% from 255 or 45.40% from 359); Blue value is 96 (37.89% from 255 or 26.74% from 359); Max value from RGB is 163 - color contains mainly: green. Hex color #64A360 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64A360 is #9B5C9F. Grayscale: #888888. Windows color (decimal): -10181792 or 6333284. OLE color: 6333284.

HSL color Cylindrical-coordinate representation of color #64A360: hue angle of 116.42º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #64A360 is Cyan = 0.39, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB 100 163 96 -
CMYK 0.39 0 0.41 0.36
HSL 116.42º 0.27% 0.51% -
HSV(B) 116.42º 0.41% 0.64% -
XYZ 20.46 29.75 15.73 -
YUV 136.53 105.13 101.95 -
System Red Green Blue C M Y K H S L
Decimal 100 163 96 0.39 0 0.41 0.36 116.42 0.27 0.51
Hex 64 A3 60 27 0 29 24 74 1B 33
Octal 144 243 140 47 0 51 44 164 33 63
Binary 1100100 10100011 1100000 100111 0 101001 100100 1110100 11011 110011

Color Harmonies of #64A360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64A360

Black with #64A360

Text Example


Text Example

White with #64A360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64A360; }

 p { color: rgb(100,163,96); }

 H1.HeaderClassName
 {
   color: #64A360;
 }
 .AnyTagClassName
 {
   color: #64A360;
 }
</style>

background-color css

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

 a { background-color: rgb(100,163,96); }

 div.DivClassName
 {
   background-color: #64A360;
 }
 .BgClassName
 {
   background-color: #64A360;
 }
</style>

border-color css

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

 span { border-color: rgb(100,163,96); }

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