#6A935D

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

Shades of Hippie Green #6A935D

Tints of Hippie Green #6A935D

Color information

#6A935D (or 0x6A935D) is unknown color: approx Hippie Green. HEX triplet: 6A, 93 and 5D. RGB value is (106,147,93). Sum of RGB (Red+Green+Blue) = 106+147+93=346 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.64% from 346); Green value is 147 (57.81% from 255 or 42.49% from 346); Blue value is 93 (36.72% from 255 or 26.88% from 346); Max value from RGB is 147 - color contains mainly: green. Hex color #6A935D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A935D is #956CA2. Grayscale: #808080. Windows color (decimal): -9792675 or 6132586. OLE color: 6132586.

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

Color convert

RGB10614793-
CMYK0.2800.370.42
HSL105.56º22.5%47.06%-
HSV(B)105.56º36.73%57.65%-
XYZ18.3524.7214.16-
YUV128.58107.92111.89-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 30.64%
GREEN value IS 147 (57.81% from 255) = 42.49%
BLUE value IS 93 (36.72% from 255) = 26.88%
R=30.64%
G=42.49%
B=26.88%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal106147930.2800.370.42105.5622.547.06
Hex6A935D1C0252A6a172f
Octal15222313534045521522757
Binary1101010100100111011101111000100101101010110101010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A935D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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