#66A35C

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

Shades of Hippie Green #66A35C

Tints of Hippie Green #66A35C

Color information

#66A35C (or 0x66A35C) is unknown color: approx Hippie Green. HEX triplet: 66, A3 and 5C. RGB value is (102,163,92). Sum of RGB (Red+Green+Blue) = 102+163+92=357 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.57% from 357); Green value is 163 (64.06% from 255 or 45.66% from 357); Blue value is 92 (36.33% from 255 or 25.77% from 357); Max value from RGB is 163 - color contains mainly: green. Hex color #66A35C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66A35C is #995CA3. Grayscale: #888888. Windows color (decimal): -10050724 or 6071142. OLE color: 6071142.

HSL color Cylindrical-coordinate representation of color #66A35C: hue angle of 111.55º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #66A35C is Cyan = 0.37, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.36.

Color convert

RGB10216392-
CMYK0.3700.440.36
HSL111.55º27.84%50%-
HSV(B)111.55º43.56%63.92%-
XYZ20.5129.7914.79-
YUV136.67102.79103.27-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.57%
GREEN value IS 163 (64.06% from 255) = 45.66%
BLUE value IS 92 (36.33% from 255) = 25.77%
R=28.57%
G=45.66%
B=25.77%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal102163920.3700.440.36111.5527.8450
Hex66A35C2502C24701c32
Octal14624313445054441603462
Binary11001101010001110111001001010101100100100111000011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A35C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66A35C; }

 p { color: rgb(102,163,92); }

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

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

 a { background-color: rgb(102,163,92); }

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

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

 span { border-color: rgb(102,163,92); }

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