#6AA45E

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

Shades of Hippie Green #6AA45E

Tints of Hippie Green #6AA45E

Color information

#6AA45E (or 0x6AA45E) is unknown color: approx Hippie Green. HEX triplet: 6A, A4 and 5E. RGB value is (106,164,94). Sum of RGB (Red+Green+Blue) = 106+164+94=364 (48% of max value = 765). Red value is 106 (41.80% from 255 or 29.12% from 364); Green value is 164 (64.45% from 255 or 45.05% from 364); Blue value is 94 (37.11% from 255 or 25.82% from 364); Max value from RGB is 164 - color contains mainly: green. Hex color #6AA45E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AA45E is #955BA1. Grayscale: #8A8A8A. Windows color (decimal): -9788322 or 6202474. OLE color: 6202474.

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

Color convert

RGB10616494-
CMYK0.3500.430.36
HSL109.71º27.78%50.59%-
HSV(B)109.71º42.68%64.31%-
XYZ21.2430.4215.34-
YUV138.68102.78104.69-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 29.12%
GREEN value IS 164 (64.45% from 255) = 45.05%
BLUE value IS 94 (37.11% from 255) = 25.82%
R=29.12%
G=45.05%
B=25.82%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal106164940.3500.430.36109.7127.7850.59
Hex6AA45E2302B246e1c33
Octal15224413643053441563463
Binary11010101010010010111101000110101011100100110111011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AA45E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6AA45E; }

 p { color: rgb(106,164,94); }

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

<style>
 a { background-color: #6AA45E; }

 a { background-color: rgb(106,164,94); }

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

<style>
 span { border-color: #6AA45E; }

 span { border-color: rgb(106,164,94); }

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