#68885F

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

Shades of Hippie Green #68885F

Tints of Hippie Green #68885F

Color information

#68885F (or 0x68885F) is unknown color: approx Hippie Green. HEX triplet: 68, 88 and 5F. RGB value is (104,136,95). Sum of RGB (Red+Green+Blue) = 104+136+95=335 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.04% from 335); Green value is 136 (53.52% from 255 or 40.60% from 335); Blue value is 95 (37.5% from 255 or 28.36% from 335); Max value from RGB is 136 - color contains mainly: green. Hex color #68885F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68885F is #9777A0. Grayscale: #797979. Windows color (decimal): -9926561 or 6260840. OLE color: 6260840.

HSL color Cylindrical-coordinate representation of color #68885F: hue angle of 106.83º 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 #68885F is Cyan = 0.24, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB10413695-
CMYK0.2400.300.47
HSL106.83º17.75%45.29%-
HSV(B)106.83º30.15%53.33%-
XYZ16.5821.3814.08-
YUV121.76112.9115.33-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.04%
GREEN value IS 136 (53.52% from 255) = 40.60%
BLUE value IS 95 (37.5% from 255) = 28.36%
R=31.04%
G=40.60%
B=28.36%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal104136950.2400.300.47106.8317.7545.29
Hex68885F1801E2F6b122d
Octal15021013730036571532255
Binary110100010001000101111111000011110101111110101110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68885F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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