#66935A

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

Shades of Hippie Green #66935A

Tints of Hippie Green #66935A

Color information

#66935A (or 0x66935A) is unknown color: approx Hippie Green. HEX triplet: 66, 93 and 5A. RGB value is (102,147,90). Sum of RGB (Red+Green+Blue) = 102+147+90=339 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.09% from 339); Green value is 147 (57.81% from 255 or 43.36% from 339); Blue value is 90 (35.55% from 255 or 26.55% from 339); Max value from RGB is 147 - color contains mainly: green. Hex color #66935A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66935A is #996CA5. Grayscale: #7F7F7F. Windows color (decimal): -10054822 or 5935974. OLE color: 5935974.

HSL color Cylindrical-coordinate representation of color #66935A: hue angle of 107.37º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #66935A is Cyan = 0.31, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB10214790-
CMYK0.3100.390.42
HSL107.37º24.05%46.47%-
HSV(B)107.37º38.78%57.65%-
XYZ17.7624.4313.45-
YUV127.05107.09110.13-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.09%
GREEN value IS 147 (57.81% from 255) = 43.36%
BLUE value IS 90 (35.55% from 255) = 26.55%
R=30.09%
G=43.36%
B=26.55%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal102147900.3100.390.42107.3724.0546.47
Hex66935A1F0272A6b182e
Octal14622313237047521533056
Binary1100110100100111011010111110100111101010110101111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66935A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66935A; }

 p { color: rgb(102,147,90); }

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

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

 a { background-color: rgb(102,147,90); }

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

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

 span { border-color: rgb(102,147,90); }

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