Html Css Color HEX #668466 Hippie Green

📋 copy color: '#668466'

red 102 ◦ green 132 ◦ blue 102

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

Shades of Hippie Green #668466

Tints of Hippie Green #668466

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 30.36%

R = 30.36%
G = 39.29%
B = 30.36%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#668466 (or 0x668466) is known color: Hippie Green. HEX triplet: 66, 84 and 66. RGB value is (102,132,102). Sum of RGB (Red+Green+Blue) = 102+132+102=336 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.36% from 336); Green value is 132 (51.95% from 255 or 39.29% from 336); Blue value is 102 (40.23% from 255 or 30.36% from 336); Max value from RGB is 132 - color contains mainly: green. Hex color #668466 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668466 is #997B99. Grayscale: #777777. Windows color (decimal): -10058650 or 6718566. OLE color: 6718566.

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

Color convert

RGB 102 132 102 -
CMYK 0.23 0 0.23 0.48
HSL 120º 0.13% 0.46% -
HSV(B) 120º 0.23% 0.52% -
XYZ 16.13 20.29 15.64 -
YUV 119.61 118.06 115.44 -
System Red Green Blue C M Y K H S L
Decimal 102 132 102 0.23 0 0.23 0.48 120 0.13 0.46
Hex 66 84 66 17 0 17 30 78 D 2E
Octal 146 204 146 27 0 27 60 170 15 56
Binary 1100110 10000100 1100110 10111 0 10111 110000 1111000 1101 101110

Color Harmonies of #668466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668466

Black with #668466

Text Example


Text Example

White with #668466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668466; }

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

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

background-color css

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

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

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

border-color css

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

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

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