#68865F

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

Shades of Hippie Green #68865F

Tints of Hippie Green #68865F

Color information

#68865F (or 0x68865F) is unknown color: approx Hippie Green. HEX triplet: 68, 86 and 5F. RGB value is (104,134,95). Sum of RGB (Red+Green+Blue) = 104+134+95=333 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.23% from 333); Green value is 134 (52.73% from 255 or 40.24% from 333); Blue value is 95 (37.5% from 255 or 28.53% from 333); Max value from RGB is 134 - color contains mainly: green. Hex color #68865F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68865F is #9779A0. Grayscale: #787878. Windows color (decimal): -9927073 or 6260328. OLE color: 6260328.

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

Color convert

RGB10413495-
CMYK0.2200.290.47
HSL106.15º17.03%44.9%-
HSV(B)106.15º29.1%52.55%-
XYZ16.320.8213.99-
YUV120.58113.56116.17-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.23%
GREEN value IS 134 (52.73% from 255) = 40.24%
BLUE value IS 95 (37.5% from 255) = 28.53%
R=31.23%
G=40.24%
B=28.53%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal104134950.2200.290.47106.1517.0344.9
Hex68865F1601D2F6a112d
Octal15020613726035571522155
Binary110100010000110101111110110011101101111110101010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68865F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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