#68905D

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

Shades of Hippie Green #68905D

Tints of Hippie Green #68905D

Color information

#68905D (or 0x68905D) is unknown color: approx Hippie Green. HEX triplet: 68, 90 and 5D. RGB value is (104,144,93). Sum of RGB (Red+Green+Blue) = 104+144+93=341 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.50% from 341); Green value is 144 (56.64% from 255 or 42.23% from 341); Blue value is 93 (36.72% from 255 or 27.27% from 341); Max value from RGB is 144 - color contains mainly: green. Hex color #68905D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68905D is #976FA2. Grayscale: #7E7E7E. Windows color (decimal): -9924515 or 6131816. OLE color: 6131816.

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

Color convert

RGB10414493-
CMYK0.2800.350.44
HSL107.06º21.52%46.47%-
HSV(B)107.06º35.42%56.47%-
XYZ17.6623.6814-
YUV126.23109.25112.15-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.50%
GREEN value IS 144 (56.64% from 255) = 42.23%
BLUE value IS 93 (36.72% from 255) = 27.27%
R=30.50%
G=42.23%
B=27.27%

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
Decimal104144930.2800.350.44107.0621.5246.47
Hex68905D1C0232C6b162e
Octal15022013534043541532656
Binary1101000100100001011101111000100011101100110101110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68905D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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