#668463

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

Shades of Hippie Green #668463

Tints of Hippie Green #668463

Color information

#668463 (or 0x668463) is unknown color: approx Hippie Green. HEX triplet: 66, 84 and 63. RGB value is (102,132,99). Sum of RGB (Red+Green+Blue) = 102+132+99=333 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.63% from 333); Green value is 132 (51.95% from 255 or 39.64% from 333); Blue value is 99 (39.06% from 255 or 29.73% from 333); Max value from RGB is 132 - color contains mainly: green. Hex color #668463 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668463 is #997B9C. Grayscale: #777777. Windows color (decimal): -10058653 or 6521958. OLE color: 6521958.

HSL color Cylindrical-coordinate representation of color #668463: hue angle of 114.55º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #668463 is Cyan = 0.23, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.48.

Color convert

RGB10213299-
CMYK0.2300.250.48
HSL114.55º14.29%45.29%-
HSV(B)114.55º25%51.76%-
XYZ15.9820.2314.87-
YUV119.27116.56115.68-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.63%
GREEN value IS 132 (51.95% from 255) = 39.64%
BLUE value IS 99 (39.06% from 255) = 29.73%
R=30.63%
G=39.64%
B=29.73%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal102132990.2300.250.48114.5514.2945.29
Hex668463170193073e2d
Octal14620414327031601631655
Binary11001101000010011000111011101100111000011100111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668463; }

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

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

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

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

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

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

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

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