#669455

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

Shades of Hippie Green #669455

Tints of Hippie Green #669455

Color information

#669455 (or 0x669455) is unknown color: approx Hippie Green. HEX triplet: 66, 94 and 55. RGB value is (102,148,85). Sum of RGB (Red+Green+Blue) = 102+148+85=335 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.45% from 335); Green value is 148 (58.20% from 255 or 44.18% from 335); Blue value is 85 (33.59% from 255 or 25.37% from 335); Max value from RGB is 148 - color contains mainly: green. Hex color #669455 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669455 is #996BAA. Grayscale: #7F7F7F. Windows color (decimal): -10054571 or 5608550. OLE color: 5608550.

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

Color convert

RGB10214885-
CMYK0.3100.430.42
HSL103.81º27.04%45.69%-
HSV(B)103.81º42.57%58.04%-
XYZ17.7124.6612.42-
YUV127.06104.26110.12-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.45%
GREEN value IS 148 (58.20% from 255) = 44.18%
BLUE value IS 85 (33.59% from 255) = 25.37%
R=30.45%
G=44.18%
B=25.37%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal102148850.3100.430.42103.8127.0445.69
Hex6694551F02B2A681b2e
Octal14622412537053521503356
Binary1100110100101001010101111110101011101010110100011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669455; }

 p { color: rgb(102,148,85); }

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

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

 a { background-color: rgb(102,148,85); }

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

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

 span { border-color: rgb(102,148,85); }

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