Html Css Color HEX #668461 Hippie Green

📋 copy color: '#668461'

red 102 ◦ green 132 ◦ blue 97

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

Shades of Hippie Green #668461

Tints of Hippie Green #668461

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 29.31%

R = 30.82%
G = 39.88%
B = 29.31%

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

#668461 (or 0x668461) is known color: Hippie Green. HEX triplet: 66, 84 and 61. RGB value is (102,132,97). Sum of RGB (Red+Green+Blue) = 102+132+97=331 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.82% from 331); Green value is 132 (51.95% from 255 or 39.88% from 331); Blue value is 97 (38.28% from 255 or 29.31% from 331); Max value from RGB is 132 - color contains mainly: green. Hex color #668461 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668461 is #997B9E. Grayscale: #777777. Windows color (decimal): -10058655 or 6390886. OLE color: 6390886.

HSL color Cylindrical-coordinate representation of color #668461: hue angle of 111.43º degrees, saturation: 0.15, 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 #668461 is Cyan = 0.23, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.48.

Color convert

RGB 102 132 97 -
CMYK 0.23 0 0.27 0.48
HSL 111.43º 0.15% 0.45% -
HSV(B) 111.43º 0.27% 0.52% -
XYZ 15.89 20.19 14.37 -
YUV 119.04 115.56 115.85 -
System Red Green Blue C M Y K H S L
Decimal 102 132 97 0.23 0 0.27 0.48 111.43 0.15 0.45
Hex 66 84 61 17 0 1B 30 6F F 2D
Octal 146 204 141 27 0 33 60 157 17 55
Binary 1100110 10000100 1100001 10111 0 11011 110000 1101111 1111 101101

Color Harmonies of #668461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668461

Black with #668461

Text Example


Text Example

White with #668461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668461; }

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

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

background-color css

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

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

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

border-color css

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

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

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