#669955

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

Shades of Hippie Green #669955

Tints of Hippie Green #669955

Color information

#669955 (or 0x669955) is unknown color: approx Hippie Green. HEX triplet: 66, 99 and 55. RGB value is (102,153,85). Sum of RGB (Red+Green+Blue) = 102+153+85=340 (45% of max value = 765). Red value is 102 (40.23% from 255 or 30% from 340); Green value is 153 (60.16% from 255 or 45% from 340); Blue value is 85 (33.59% from 255 or 25% from 340); Max value from RGB is 153 - color contains mainly: green. Hex color #669955 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669955 is #9966AA. Grayscale: #828282. Windows color (decimal): -10053291 or 5609830. OLE color: 5609830.

HSL color Cylindrical-coordinate representation of color #669955: hue angle of 105º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #669955 is Cyan = 0.33, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.4.

Color convert

RGB10215385-
CMYK0.3300.440.4
HSL105º28.57%46.67%-
HSV(B)105º44.44%60%-
XYZ18.5126.2612.69-
YUV130102.6108.03-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30%
GREEN value IS 153 (60.16% from 255) = 45%
BLUE value IS 85 (33.59% from 255) = 25%
R=30%
G=45%
B=25%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal102153850.3300.440.410528.5746.67
Hex6699552102C28691d2f
Octal14623112541054501513557
Binary11001101001100110101011000010101100101000110100111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669955; }

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

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

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

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

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

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

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

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