#68A25C

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

Shades of Hippie Green #68A25C

Tints of Hippie Green #68A25C

Color information

#68A25C (or 0x68A25C) is unknown color: approx Hippie Green. HEX triplet: 68, A2 and 5C. RGB value is (104,162,92). Sum of RGB (Red+Green+Blue) = 104+162+92=358 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.05% from 358); Green value is 162 (63.67% from 255 or 45.25% from 358); Blue value is 92 (36.33% from 255 or 25.70% from 358); Max value from RGB is 162 - color contains mainly: green. Hex color #68A25C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68A25C is #975DA3. Grayscale: #888888. Windows color (decimal): -9919908 or 6070888. OLE color: 6070888.

HSL color Cylindrical-coordinate representation of color #68A25C: hue angle of 109.71º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #68A25C is Cyan = 0.36, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.36.

Color convert

RGB10416292-
CMYK0.3600.430.36
HSL109.71º27.56%49.8%-
HSV(B)109.71º43.21%63.53%-
XYZ20.5629.5614.75-
YUV136.68102.78104.69-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.05%
GREEN value IS 162 (63.67% from 255) = 45.25%
BLUE value IS 92 (36.33% from 255) = 25.70%
R=29.05%
G=45.25%
B=25.70%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal104162920.3600.430.36109.7127.5649.8
Hex68A25C2402B246e1c32
Octal15024213444053441563462
Binary11010001010001010111001001000101011100100110111011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A25C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,162,92); }

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

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

 a { background-color: rgb(104,162,92); }

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

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

 span { border-color: rgb(104,162,92); }

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