#68875F

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

Shades of Hippie Green #68875F

Tints of Hippie Green #68875F

Color information

#68875F (or 0x68875F) is unknown color: approx Hippie Green. HEX triplet: 68, 87 and 5F. RGB value is (104,135,95). Sum of RGB (Red+Green+Blue) = 104+135+95=334 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.14% from 334); Green value is 135 (53.12% from 255 or 40.42% from 334); Blue value is 95 (37.5% from 255 or 28.44% from 334); Max value from RGB is 135 - color contains mainly: green. Hex color #68875F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68875F is #9778A0. Grayscale: #797979. Windows color (decimal): -9926817 or 6260584. OLE color: 6260584.

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

Color convert

RGB10413595-
CMYK0.2300.300.47
HSL106.5º17.39%45.1%-
HSV(B)106.5º29.63%52.94%-
XYZ16.4421.114.03-
YUV121.17113.23115.75-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.14%
GREEN value IS 135 (53.12% from 255) = 40.42%
BLUE value IS 95 (37.5% from 255) = 28.44%
R=31.14%
G=40.42%
B=28.44%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal104135950.2300.300.47106.517.3945.1
Hex68875F1701E2F6a112d
Octal15020713727036571522155
Binary110100010000111101111110111011110101111110101010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68875F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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