Html Css Color HEX #6A935E Hippie Green

📋 copy color: '#6A935E'

red 106 ◦ green 147 ◦ blue 94

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

Shades of Hippie Green #6A935E

Tints of Hippie Green #6A935E

RGB

 RED value IS 106 (41.8% from 255) = 30.55%

 GREEN value IS 147 (57.81% from 255) = 42.36%

 BLUE value IS 94 (37.11% from 255) = 27.09%

R = 30.55%
G = 42.36%
B = 27.09%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.36

 K value IS 0.42

RGB Variations

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

Color information

#6A935E (or 0x6A935E) is known color: Hippie Green. HEX triplet: 6A, 93 and 5E. RGB value is (106,147,94). Sum of RGB (Red+Green+Blue) = 106+147+94=347 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.55% from 347); Green value is 147 (57.81% from 255 or 42.36% from 347); Blue value is 94 (37.11% from 255 or 27.09% from 347); Max value from RGB is 147 - color contains mainly: green. Hex color #6A935E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A935E is #956CA1. Grayscale: #808080. Windows color (decimal): -9792674 or 6198122. OLE color: 6198122.

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

Color convert

RGB 106 147 94 -
CMYK 0.28 0 0.36 0.42
HSL 106.42º 0.22% 0.47% -
HSV(B) 106.42º 0.36% 0.58% -
XYZ 18.4 24.74 14.4 -
YUV 128.7 108.42 111.81 -
System Red Green Blue C M Y K H S L
Decimal 106 147 94 0.28 0 0.36 0.42 106.42 0.22 0.47
Hex 6A 93 5E 1C 0 24 2A 6A 16 2F
Octal 152 223 136 34 0 44 52 152 26 57
Binary 1101010 10010011 1011110 11100 0 100100 101010 1101010 10110 101111

Color Harmonies of #6A935E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A935E

Black with #6A935E

Text Example


Text Example

White with #6A935E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6A935E;
 }
 .AnyTagClassName
 {
   color: #6A935E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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