Html Css Color HEX #668164 Hippie Green

📋 copy color: '#668164'

red 102 ◦ green 129 ◦ blue 100

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

Shades of Hippie Green #668164

Tints of Hippie Green #668164

RGB

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

 GREEN value IS 129 (50.78% from 255) = 38.97%

 BLUE value IS 100 (39.45% from 255) = 30.21%

R = 30.82%
G = 38.97%
B = 30.21%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#668164 (or 0x668164) is known color: Hippie Green. HEX triplet: 66, 81 and 64. RGB value is (102,129,100). Sum of RGB (Red+Green+Blue) = 102+129+100=331 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.82% from 331); Green value is 129 (50.78% from 255 or 38.97% from 331); Blue value is 100 (39.45% from 255 or 30.21% from 331); Max value from RGB is 129 - color contains mainly: green. Hex color #668164 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668164 is #997E9B. Grayscale: #757575. Windows color (decimal): -10059420 or 6586726. OLE color: 6586726.

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

Color convert

RGB 102 129 100 -
CMYK 0.21 0 0.22 0.49
HSL 115.86º 0.13% 0.45% -
HSV(B) 115.86º 0.22% 0.51% -
XYZ 15.63 19.45 14.99 -
YUV 117.62 118.05 116.86 -
System Red Green Blue C M Y K H S L
Decimal 102 129 100 0.21 0 0.22 0.49 115.86 0.13 0.45
Hex 66 81 64 15 0 16 31 74 D 2D
Octal 146 201 144 25 0 26 61 164 15 55
Binary 1100110 10000001 1100100 10101 0 10110 110001 1110100 1101 101101

Color Harmonies of #668164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668164

Black with #668164

Text Example


Text Example

White with #668164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668164; }

 p { color: rgb(102,129,100); }

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

background-color css

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

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

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

border-color css

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

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

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