#688261

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

Shades of Hippie Green #688261

Tints of Hippie Green #688261

Color information

#688261 (or 0x688261) is unknown color: approx Hippie Green. HEX triplet: 68, 82 and 61. RGB value is (104,130,97). Sum of RGB (Red+Green+Blue) = 104+130+97=331 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.42% from 331); Green value is 130 (51.17% from 255 or 39.27% from 331); Blue value is 97 (38.28% from 255 or 29.31% from 331); Max value from RGB is 130 - color contains mainly: green. Hex color #688261 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688261 is #977D9E. Grayscale: #767676. Windows color (decimal): -9928095 or 6390376. OLE color: 6390376.

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

Color convert

RGB10413097-
CMYK0.200.250.49
HSL107.27º14.54%44.51%-
HSV(B)107.27º25.38%50.98%-
XYZ15.8519.7714.29-
YUV118.46115.89117.68-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.42%
GREEN value IS 130 (51.17% from 255) = 39.27%
BLUE value IS 97 (38.28% from 255) = 29.31%
R=31.42%
G=39.27%
B=29.31%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal104130970.200.250.49107.2714.5444.51
Hex68826114019316bf2d
Octal15020214124031611531755
Binary11010001000001011000011010001100111000111010111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688261; }

 p { color: rgb(104,130,97); }

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

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

 a { background-color: rgb(104,130,97); }

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

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

 span { border-color: rgb(104,130,97); }

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