Html Css Color HEX #6A975D Hippie Green

📋 copy color: '#6A975D'

red 106 ◦ green 151 ◦ blue 93

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

Shades of Hippie Green #6A975D

Tints of Hippie Green #6A975D

RGB

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

 GREEN value IS 151 (59.38% from 255) = 43.14%

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

R = 30.29%
G = 43.14%
B = 26.57%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.38

 K value IS 0.41

RGB Variations

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

Color information

#6A975D (or 0x6A975D) is known color: Hippie Green. HEX triplet: 6A, 97 and 5D. RGB value is (106,151,93). Sum of RGB (Red+Green+Blue) = 106+151+93=350 (46% of max value = 765). Red value is 106 (41.80% from 255 or 30.29% from 350); Green value is 151 (59.38% from 255 or 43.14% from 350); Blue value is 93 (36.72% from 255 or 26.57% from 350); Max value from RGB is 151 - color contains mainly: green. Hex color #6A975D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A975D is #9568A2. Grayscale: #838383. Windows color (decimal): -9791651 or 6133610. OLE color: 6133610.

HSL color Cylindrical-coordinate representation of color #6A975D: hue angle of 106.55º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6A975D is Cyan = 0.30, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.41.

Color convert

RGB 106 151 93 -
CMYK 0.30 0 0.38 0.41
HSL 106.55º 0.24% 0.48% -
HSV(B) 106.55º 0.38% 0.59% -
XYZ 18.99 25.99 14.37 -
YUV 130.93 106.59 110.22 -
System Red Green Blue C M Y K H S L
Decimal 106 151 93 0.30 0 0.38 0.41 106.55 0.24 0.48
Hex 6A 97 5D 1E 0 26 29 6B 18 30
Octal 152 227 135 36 0 46 51 153 30 60
Binary 1101010 10010111 1011101 11110 0 100110 101001 1101011 11000 110000

Color Harmonies of #6A975D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A975D

Black with #6A975D

Text Example


Text Example

White with #6A975D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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