#68905E

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

Shades of Hippie Green #68905E

Tints of Hippie Green #68905E

Color information

#68905E (or 0x68905E) is unknown color: approx Hippie Green. HEX triplet: 68, 90 and 5E. RGB value is (104,144,94). Sum of RGB (Red+Green+Blue) = 104+144+94=342 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.41% from 342); Green value is 144 (56.64% from 255 or 42.11% from 342); Blue value is 94 (37.11% from 255 or 27.49% from 342); Max value from RGB is 144 - color contains mainly: green. Hex color #68905E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68905E is #976FA1. Grayscale: #7E7E7E. Windows color (decimal): -9924514 or 6197352. OLE color: 6197352.

HSL color Cylindrical-coordinate representation of color #68905E: hue angle of 108º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #68905E is Cyan = 0.28, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.44.

Color convert

RGB10414494-
CMYK0.2800.350.44
HSL108º21.01%46.67%-
HSV(B)108º34.72%56.47%-
XYZ17.723.714.23-
YUV126.34109.75112.07-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.41%
GREEN value IS 144 (56.64% from 255) = 42.11%
BLUE value IS 94 (37.11% from 255) = 27.49%
R=30.41%
G=42.11%
B=27.49%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal104144940.2800.350.4410821.0146.67
Hex68905E1C0232C6c152f
Octal15022013634043541542557
Binary1101000100100001011110111000100011101100110110010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68905E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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