Html Css Color HEX #6A935D Hippie Green

📋 copy color: '#6A935D'

red 106 ◦ green 147 ◦ blue 93

#6A935D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hippie Green #6A935D

Tints of Hippie Green #6A935D

RGB

 RED value IS 106 (41.8% 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 value IS 0.28

 M value IS 0

 Y value IS 0.37

 K value IS 0.42

RGB Variations

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

Color information

#6A935D (or 0x6A935D) is known color: 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.22, 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

RGB 106 147 93 -
CMYK 0.28 0 0.37 0.42
HSL 105.56º 0.23% 0.47% -
HSV(B) 105.56º 0.37% 0.58% -
XYZ 18.35 24.72 14.16 -
YUV 128.59 107.92 111.89 -
System Red Green Blue C M Y K H S L
Decimal 106 147 93 0.28 0 0.37 0.42 105.56 0.23 0.47
Hex 6A 93 5D 1C 0 25 2A 6A 16 2F
Octal 152 223 135 34 0 45 52 152 26 57
Binary 1101010 10010011 1011101 11100 0 100101 101010 1101010 10110 101111

Color Harmonies of #6A935D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A935D

Black with #6A935D

Text Example


Text Example

White with #6A935D

Text Example


Text Example

HTML Codes & Css Web 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>