Html Css Color HEX #6A935F Hippie Green

📋 copy color: '#6A935F'

red 106 ◦ green 147 ◦ blue 95

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

Shades of Hippie Green #6A935F

Tints of Hippie Green #6A935F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 27.3%

R = 30.46%
G = 42.24%
B = 27.3%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.35

 K value IS 0.42

RGB Variations

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

Color information

#6A935F (or 0x6A935F) is known color: Hippie Green. HEX triplet: 6A, 93 and 5F. RGB value is (106,147,95). Sum of RGB (Red+Green+Blue) = 106+147+95=348 (46% of max value = 765). Red value is 106 (41.80% from 255 or 30.46% from 348); Green value is 147 (57.81% from 255 or 42.24% from 348); Blue value is 95 (37.5% from 255 or 27.30% from 348); Max value from RGB is 147 - color contains mainly: green. Hex color #6A935F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A935F is #956CA0. Grayscale: #808080. Windows color (decimal): -9792673 or 6263658. OLE color: 6263658.

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

Color convert

RGB 106 147 95 -
CMYK 0.28 0 0.35 0.42
HSL 107.31º 0.21% 0.47% -
HSV(B) 107.31º 0.35% 0.58% -
XYZ 18.44 24.76 14.63 -
YUV 128.81 108.92 111.73 -
System Red Green Blue C M Y K H S L
Decimal 106 147 95 0.28 0 0.35 0.42 107.31 0.21 0.47
Hex 6A 93 5F 1C 0 23 2A 6B 15 2F
Octal 152 223 137 34 0 43 52 153 25 57
Binary 1101010 10010011 1011111 11100 0 100011 101010 1101011 10101 101111

Color Harmonies of #6A935F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A935F

Black with #6A935F

Text Example


Text Example

White with #6A935F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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