#68915B

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

Shades of Hippie Green #68915B

Tints of Hippie Green #68915B

Color information

#68915B (or 0x68915B) is unknown color: approx Hippie Green. HEX triplet: 68, 91 and 5B. RGB value is (104,145,91). Sum of RGB (Red+Green+Blue) = 104+145+91=340 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.59% from 340); Green value is 145 (57.03% from 255 or 42.65% from 340); Blue value is 91 (35.94% from 255 or 26.76% from 340); Max value from RGB is 145 - color contains mainly: green. Hex color #68915B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68915B is #976EA4. Grayscale: #7E7E7E. Windows color (decimal): -9924261 or 6001000. OLE color: 6001000.

HSL color Cylindrical-coordinate representation of color #68915B: hue angle of 105.56º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #68915B is Cyan = 0.28, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.43.

Color convert

RGB10414591-
CMYK0.2800.370.43
HSL105.56º22.88%46.27%-
HSV(B)105.56º37.24%56.86%-
XYZ17.7223.9513.59-
YUV126.58107.92111.89-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.59%
GREEN value IS 145 (57.03% from 255) = 42.65%
BLUE value IS 91 (35.94% from 255) = 26.76%
R=30.59%
G=42.65%
B=26.76%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal104145910.2800.370.43105.5622.8846.27
Hex68915B1C0252B6a172e
Octal15022113334045531522756
Binary1101000100100011011011111000100101101011110101010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68915B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68915B; }

 p { color: rgb(104,145,91); }

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

<style>
 a { background-color: #68915B; }

 a { background-color: rgb(104,145,91); }

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

<style>
 span { border-color: #68915B; }

 span { border-color: rgb(104,145,91); }

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