Html Css Color HEX #6A975E Hippie Green

📋 copy color: '#6A975E'

red 106 ◦ green 151 ◦ blue 94

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

Shades of Hippie Green #6A975E

Tints of Hippie Green #6A975E

RGB

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

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

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

R = 30.2%
G = 43.02%
B = 26.78%

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

#6A975E (or 0x6A975E) is known color: Hippie Green. HEX triplet: 6A, 97 and 5E. RGB value is (106,151,94). Sum of RGB (Red+Green+Blue) = 106+151+94=351 (46% of max value = 765). Red value is 106 (41.80% from 255 or 30.20% from 351); Green value is 151 (59.38% from 255 or 43.02% from 351); Blue value is 94 (37.11% from 255 or 26.78% from 351); Max value from RGB is 151 - color contains mainly: green. Hex color #6A975E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A975E is #9568A1. Grayscale: #838383. Windows color (decimal): -9791650 or 6199146. OLE color: 6199146.

HSL color Cylindrical-coordinate representation of color #6A975E: hue angle of 107.37º degrees, saturation: 0.23, 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 #6A975E is Cyan = 0.30, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.41.

Color convert

RGB 106 151 94 -
CMYK 0.30 0 0.38 0.41
HSL 107.37º 0.23% 0.48% -
HSV(B) 107.37º 0.38% 0.59% -
XYZ 19.03 26.01 14.61 -
YUV 131.05 107.09 110.13 -
System Red Green Blue C M Y K H S L
Decimal 106 151 94 0.30 0 0.38 0.41 107.37 0.23 0.48
Hex 6A 97 5E 1E 0 26 29 6B 17 30
Octal 152 227 136 36 0 46 51 153 27 60
Binary 1101010 10010111 1011110 11110 0 100110 101001 1101011 10111 110000

Color Harmonies of #6A975E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A975E

Black with #6A975E

Text Example


Text Example

White with #6A975E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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