#68995F

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

Shades of Hippie Green #68995F

Tints of Hippie Green #68995F

Color information

#68995F (or 0x68995F) is unknown color: approx Hippie Green. HEX triplet: 68, 99 and 5F. RGB value is (104,153,95). Sum of RGB (Red+Green+Blue) = 104+153+95=352 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.55% from 352); Green value is 153 (60.16% from 255 or 43.47% from 352); Blue value is 95 (37.5% from 255 or 26.99% from 352); Max value from RGB is 153 - color contains mainly: green. Hex color #68995F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68995F is #9766A0. Grayscale: #838383. Windows color (decimal): -9922209 or 6265192. OLE color: 6265192.

HSL color Cylindrical-coordinate representation of color #68995F: hue angle of 110.69º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #68995F is Cyan = 0.32, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.4.

Color convert

RGB10415395-
CMYK0.3200.380.4
HSL110.69º23.39%48.63%-
HSV(B)110.69º37.91%60%-
XYZ19.1726.5514.94-
YUV131.74107.27108.22-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.55%
GREEN value IS 153 (60.16% from 255) = 43.47%
BLUE value IS 95 (37.5% from 255) = 26.99%
R=29.55%
G=43.47%
B=26.99%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal104153950.3200.380.4110.6923.3948.63
Hex68995F20026286f1731
Octal15023113740046501572761
Binary11010001001100110111111000000100110101000110111110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68995F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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