Html Css Color HEX #668460 Hippie Green

📋 copy color: '#668460'

red 102 ◦ green 132 ◦ blue 96

#668460
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hippie Green #668460

Tints of Hippie Green #668460

RGB

 RED value IS 102 (40.23% from 255) = 30.91%

 GREEN value IS 132 (51.95% from 255) = 40%

 BLUE value IS 96 (37.89% from 255) = 29.09%

R = 30.91%
G = 40%
B = 29.09%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.27

 K value IS 0.48

RGB Variations

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

Color information

#668460 (or 0x668460) is known color: Hippie Green. HEX triplet: 66, 84 and 60. RGB value is (102,132,96). Sum of RGB (Red+Green+Blue) = 102+132+96=330 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.91% from 330); Green value is 132 (51.95% from 255 or 40% from 330); Blue value is 96 (37.89% from 255 or 29.09% from 330); Max value from RGB is 132 - color contains mainly: green. Hex color #668460 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668460 is #997B9F. Grayscale: #777777. Windows color (decimal): -10058656 or 6325350. OLE color: 6325350.

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

Color convert

RGB 102 132 96 -
CMYK 0.23 0 0.27 0.48
HSL 110º 0.16% 0.45% -
HSV(B) 110º 0.27% 0.52% -
XYZ 15.84 20.17 14.12 -
YUV 118.93 115.06 115.93 -
System Red Green Blue C M Y K H S L
Decimal 102 132 96 0.23 0 0.27 0.48 110 0.16 0.45
Hex 66 84 60 17 0 1B 30 6E 10 2D
Octal 146 204 140 27 0 33 60 156 20 55
Binary 1100110 10000100 1100000 10111 0 11011 110000 1101110 10000 101101

Color Harmonies of #668460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668460

Black with #668460

Text Example


Text Example

White with #668460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668460; }

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

 H1.HeaderClassName
 {
   color: #668460;
 }
 .AnyTagClassName
 {
   color: #668460;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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