Html Css Color HEX #6A915D Hippie Green

📋 copy color: '#6A915D'

red 106 ◦ green 145 ◦ blue 93

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

Shades of Hippie Green #6A915D

Tints of Hippie Green #6A915D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 42.15%

 BLUE value IS 93 (36.72% from 255) = 27.03%

R = 30.81%
G = 42.15%
B = 27.03%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.36

 K value IS 0.43

RGB Variations

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

Color information

#6A915D (or 0x6A915D) is known color: Hippie Green. HEX triplet: 6A, 91 and 5D. RGB value is (106,145,93). Sum of RGB (Red+Green+Blue) = 106+145+93=344 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.81% from 344); Green value is 145 (57.03% from 255 or 42.15% from 344); Blue value is 93 (36.72% from 255 or 27.03% from 344); Max value from RGB is 145 - color contains mainly: green. Hex color #6A915D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A915D is #956EA2. Grayscale: #7F7F7F. Windows color (decimal): -9793187 or 6132074. OLE color: 6132074.

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

Color convert

RGB 106 145 93 -
CMYK 0.27 0 0.36 0.43
HSL 105º 0.22% 0.47% -
HSV(B) 105º 0.36% 0.57% -
XYZ 18.05 24.11 14.06 -
YUV 127.41 108.58 112.73 -
System Red Green Blue C M Y K H S L
Decimal 106 145 93 0.27 0 0.36 0.43 105 0.22 0.47
Hex 6A 91 5D 1B 0 24 2B 69 16 2F
Octal 152 221 135 33 0 44 53 151 26 57
Binary 1101010 10010001 1011101 11011 0 100100 101011 1101001 10110 101111

Color Harmonies of #6A915D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A915D

Black with #6A915D

Text Example


Text Example

White with #6A915D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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