#6A9364

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

Shades of Hippie Green #6A9364

Tints of Hippie Green #6A9364

Color information

#6A9364 (or 0x6A9364) is unknown color: approx Hippie Green. HEX triplet: 6A, 93 and 64. RGB value is (106,147,100). Sum of RGB (Red+Green+Blue) = 106+147+100=353 (46% of max value = 765). Red value is 106 (41.80% from 255 or 30.03% from 353); Green value is 147 (57.81% from 255 or 41.64% from 353); Blue value is 100 (39.45% from 255 or 28.33% from 353); Max value from RGB is 147 - color contains mainly: green. Hex color #6A9364 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A9364 is #956C9B. Grayscale: #818181. Windows color (decimal): -9792668 or 6591338. OLE color: 6591338.

HSL color Cylindrical-coordinate representation of color #6A9364: hue angle of 112.34º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6A9364 is Cyan = 0.28, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB106147100-
CMYK0.2800.320.42
HSL112.34º19.03%48.43%-
HSV(B)112.34º31.97%57.65%-
XYZ18.6824.8515.87-
YUV129.38111.42111.32-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 30.03%
GREEN value IS 147 (57.81% from 255) = 41.64%
BLUE value IS 100 (39.45% from 255) = 28.33%
R=30.03%
G=41.64%
B=28.33%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1061471000.2800.320.42112.3419.0348.43
Hex6A93641C0202A701330
Octal15222314434040521602360
Binary1101010100100111100100111000100000101010111000010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A9364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,147,100); }

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

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

 a { background-color: rgb(106,147,100); }

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

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

 span { border-color: rgb(106,147,100); }

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