#68A15D

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

Shades of Hippie Green #68A15D

Tints of Hippie Green #68A15D

Color information

#68A15D (or 0x68A15D) is unknown color: approx Hippie Green. HEX triplet: 68, A1 and 5D. RGB value is (104,161,93). Sum of RGB (Red+Green+Blue) = 104+161+93=358 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.05% from 358); Green value is 161 (63.28% from 255 or 44.97% from 358); Blue value is 93 (36.72% from 255 or 25.98% from 358); Max value from RGB is 161 - color contains mainly: green. Hex color #68A15D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68A15D is #975EA2. Grayscale: #888888. Windows color (decimal): -9920163 or 6136168. OLE color: 6136168.

HSL color Cylindrical-coordinate representation of color #68A15D: hue angle of 110.29º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #68A15D is Cyan = 0.35, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.37.

Color convert

RGB10416193-
CMYK0.3500.420.37
HSL110.29º26.77%49.8%-
HSV(B)110.29º42.24%63.14%-
XYZ20.4329.2214.92-
YUV136.2103.62105.03-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.05%
GREEN value IS 161 (63.28% from 255) = 44.97%
BLUE value IS 93 (36.72% from 255) = 25.98%
R=29.05%
G=44.97%
B=25.98%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal104161930.3500.420.37110.2926.7749.8
Hex68A15D2302A256e1b32
Octal15024113543052451563362
Binary11010001010000110111011000110101010100101110111011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A15D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68A15D; }

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

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

<style>
 a { background-color: #68A15D; }

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

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

<style>
 span { border-color: #68A15D; }

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

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