#668263

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

Shades of Hippie Green #668263

Tints of Hippie Green #668263

Color information

#668263 (or 0x668263) is unknown color: approx Hippie Green. HEX triplet: 66, 82 and 63. RGB value is (102,130,99). Sum of RGB (Red+Green+Blue) = 102+130+99=331 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.82% from 331); Green value is 130 (51.17% from 255 or 39.27% from 331); Blue value is 99 (39.06% from 255 or 29.91% from 331); Max value from RGB is 130 - color contains mainly: green. Hex color #668263 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668263 is #997D9C. Grayscale: #767676. Windows color (decimal): -10059165 or 6521446. OLE color: 6521446.

HSL color Cylindrical-coordinate representation of color #668263: hue angle of 114.19º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #668263 is Cyan = 0.22, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.49.

Color convert

RGB10213099-
CMYK0.2200.240.49
HSL114.19º13.54%44.9%-
HSV(B)114.19º23.85%50.98%-
XYZ15.7119.6914.78-
YUV118.09117.22116.52-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.82%
GREEN value IS 130 (51.17% from 255) = 39.27%
BLUE value IS 99 (39.06% from 255) = 29.91%
R=30.82%
G=39.27%
B=29.91%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal102130990.2200.240.49114.1913.5444.9
Hex668263160183172e2d
Octal14620214326030611621655
Binary11001101000001011000111011001100011000111100101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668263; }

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

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

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

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

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

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

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

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