#68A15F

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

Shades of Hippie Green #68A15F

Tints of Hippie Green #68A15F

Color information

#68A15F (or 0x68A15F) is unknown color: approx Hippie Green. HEX triplet: 68, A1 and 5F. RGB value is (104,161,95). Sum of RGB (Red+Green+Blue) = 104+161+95=360 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.89% from 360); Green value is 161 (63.28% from 255 or 44.72% from 360); Blue value is 95 (37.5% from 255 or 26.39% from 360); Max value from RGB is 161 - color contains mainly: green. Hex color #68A15F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68A15F is #975EA0. Grayscale: #888888. Windows color (decimal): -9920161 or 6267240. OLE color: 6267240.

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

Color convert

RGB10416195-
CMYK0.3500.410.37
HSL111.82º25.98%50.2%-
HSV(B)111.82º40.99%63.14%-
XYZ20.5229.2615.39-
YUV136.43104.62104.87-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.89%
GREEN value IS 161 (63.28% from 255) = 44.72%
BLUE value IS 95 (37.5% from 255) = 26.39%
R=28.89%
G=44.72%
B=26.39%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal104161950.3500.410.37111.8225.9850.2
Hex68A15F2302925701a32
Octal15024113743051451603262
Binary11010001010000110111111000110101001100101111000011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A15F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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