#68865E

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

Shades of Hippie Green #68865E

Tints of Hippie Green #68865E

Color information

#68865E (or 0x68865E) is unknown color: approx Hippie Green. HEX triplet: 68, 86 and 5E. RGB value is (104,134,94). Sum of RGB (Red+Green+Blue) = 104+134+94=332 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.33% from 332); Green value is 134 (52.73% from 255 or 40.36% from 332); Blue value is 94 (37.11% from 255 or 28.31% from 332); Max value from RGB is 134 - color contains mainly: green. Hex color #68865E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68865E is #9779A1. Grayscale: #787878. Windows color (decimal): -9927074 or 6194792. OLE color: 6194792.

HSL color Cylindrical-coordinate representation of color #68865E: hue angle of 105º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #68865E is Cyan = 0.22, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB10413494-
CMYK0.2200.300.47
HSL105º17.54%44.71%-
HSV(B)105º29.85%52.55%-
XYZ16.2520.813.75-
YUV120.47113.06116.25-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.33%
GREEN value IS 134 (52.73% from 255) = 40.36%
BLUE value IS 94 (37.11% from 255) = 28.31%
R=31.33%
G=40.36%
B=28.31%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal104134940.2200.300.4710517.5444.71
Hex68865E1601E2F69122d
Octal15020613626036571512255
Binary110100010000110101111010110011110101111110100110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68865E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68865E; }

 p { color: rgb(104,134,94); }

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

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

 a { background-color: rgb(104,134,94); }

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

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

 span { border-color: rgb(104,134,94); }

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