#66955B

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

Shades of Hippie Green #66955B

Tints of Hippie Green #66955B

Color information

#66955B (or 0x66955B) is unknown color: approx Hippie Green. HEX triplet: 66, 95 and 5B. RGB value is (102,149,91). Sum of RGB (Red+Green+Blue) = 102+149+91=342 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.82% from 342); Green value is 149 (58.59% from 255 or 43.57% from 342); Blue value is 91 (35.94% from 255 or 26.61% from 342); Max value from RGB is 149 - color contains mainly: green. Hex color #66955B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66955B is #996AA4. Grayscale: #808080. Windows color (decimal): -10054309 or 6002022. OLE color: 6002022.

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

Color convert

RGB10214991-
CMYK0.3200.390.42
HSL108.62º24.17%47.06%-
HSV(B)108.62º38.93%58.43%-
XYZ18.1225.0813.78-
YUV128.33106.93109.22-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.82%
GREEN value IS 149 (58.59% from 255) = 43.57%
BLUE value IS 91 (35.94% from 255) = 26.61%
R=29.82%
G=43.57%
B=26.61%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal102149910.3200.390.42108.6224.1747.06
Hex66955B200272A6d182f
Octal14622513340047521553057
Binary11001101001010110110111000000100111101010110110111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66955B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66955B; }

 p { color: rgb(102,149,91); }

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

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

 a { background-color: rgb(102,149,91); }

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

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

 span { border-color: rgb(102,149,91); }

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