#669163

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

Shades of Hippie Green #669163

Tints of Hippie Green #669163

Color information

#669163 (or 0x669163) is unknown color: approx Hippie Green. HEX triplet: 66, 91 and 63. RGB value is (102,145,99). Sum of RGB (Red+Green+Blue) = 102+145+99=346 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.48% from 346); Green value is 145 (57.03% from 255 or 41.91% from 346); Blue value is 99 (39.06% from 255 or 28.61% from 346); Max value from RGB is 145 - color contains mainly: green. Hex color #669163 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669163 is #996E9C. Grayscale: #7F7F7F. Windows color (decimal): -10055325 or 6525286. OLE color: 6525286.

HSL color Cylindrical-coordinate representation of color #669163: hue angle of 116.09º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #669163 is Cyan = 0.30, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.43.

Color convert

RGB10214599-
CMYK0.3000.320.43
HSL116.09º18.85%47.84%-
HSV(B)116.09º31.72%56.86%-
XYZ17.8623.9815.49-
YUV126.9112.25110.24-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.48%
GREEN value IS 145 (57.03% from 255) = 41.91%
BLUE value IS 99 (39.06% from 255) = 28.61%
R=29.48%
G=41.91%
B=28.61%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal102145990.3000.320.43116.0918.8547.84
Hex6691631E0202B741330
Octal14622114336040531642360
Binary1100110100100011100011111100100000101011111010010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669163; }

 p { color: rgb(102,145,99); }

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

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

 a { background-color: rgb(102,145,99); }

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

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

 span { border-color: rgb(102,145,99); }

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