#668A61

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

Shades of Hippie Green #668A61

Tints of Hippie Green #668A61

Color information

#668A61 (or 0x668A61) is unknown color: approx Hippie Green. HEX triplet: 66, 8A and 61. RGB value is (102,138,97). Sum of RGB (Red+Green+Blue) = 102+138+97=337 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.27% from 337); Green value is 138 (54.30% from 255 or 40.95% from 337); Blue value is 97 (38.28% from 255 or 28.78% from 337); Max value from RGB is 138 - color contains mainly: green. Hex color #668A61 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668A61 is #99759E. Grayscale: #7A7A7A. Windows color (decimal): -10057119 or 6392422. OLE color: 6392422.

HSL color Cylindrical-coordinate representation of color #668A61: hue angle of 112.68º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #668A61 is Cyan = 0.26, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.46.

Color convert

RGB10213897-
CMYK0.2600.300.46
HSL112.68º17.45%46.08%-
HSV(B)112.68º29.71%54.12%-
XYZ16.7321.8614.65-
YUV122.56113.57113.33-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.27%
GREEN value IS 138 (54.30% from 255) = 40.95%
BLUE value IS 97 (38.28% from 255) = 28.78%
R=30.27%
G=40.95%
B=28.78%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal102138970.2600.300.46112.6817.4546.08
Hex668A611A01E2E71112e
Octal14621214132036561612156
Binary110011010001010110000111010011110101110111000110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668A61; }

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

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

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

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

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

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

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

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