#688360

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

Shades of Hippie Green #688360

Tints of Hippie Green #688360

Color information

#688360 (or 0x688360) is unknown color: approx Hippie Green. HEX triplet: 68, 83 and 60. RGB value is (104,131,96). Sum of RGB (Red+Green+Blue) = 104+131+96=331 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.42% from 331); Green value is 131 (51.56% from 255 or 39.58% from 331); Blue value is 96 (37.89% from 255 or 29.00% from 331); Max value from RGB is 131 - color contains mainly: green. Hex color #688360 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688360 is #977C9F. Grayscale: #777777. Windows color (decimal): -9927840 or 6325096. OLE color: 6325096.

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

Color convert

RGB10413196-
CMYK0.2100.270.49
HSL106.29º15.42%44.51%-
HSV(B)106.29º26.72%51.37%-
XYZ15.9420.0214.09-
YUV118.94115.05117.35-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.42%
GREEN value IS 131 (51.56% from 255) = 39.58%
BLUE value IS 96 (37.89% from 255) = 29.00%
R=31.42%
G=39.58%
B=29.00%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal104131960.2100.270.49106.2915.4244.51
Hex6883601501B316af2d
Octal15020314025033611521755
Binary11010001000001111000001010101101111000111010101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688360; }

 p { color: rgb(104,131,96); }

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

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

 a { background-color: rgb(104,131,96); }

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

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

 span { border-color: rgb(104,131,96); }

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