Html Css Color HEX #6A975A Hippie Green

📋 copy color: '#6A975A'

red 106 ◦ green 151 ◦ blue 90

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

Shades of Hippie Green #6A975A

Tints of Hippie Green #6A975A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 25.94%

R = 30.55%
G = 43.52%
B = 25.94%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.40

 K value IS 0.41

RGB Variations

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

Color information

#6A975A (or 0x6A975A) is known color: Hippie Green. HEX triplet: 6A, 97 and 5A. RGB value is (106,151,90). Sum of RGB (Red+Green+Blue) = 106+151+90=347 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.55% from 347); Green value is 151 (59.38% from 255 or 43.52% from 347); Blue value is 90 (35.55% from 255 or 25.94% from 347); Max value from RGB is 151 - color contains mainly: green. Hex color #6A975A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A975A is #9568A5. Grayscale: #828282. Windows color (decimal): -9791654 or 5937002. OLE color: 5937002.

HSL color Cylindrical-coordinate representation of color #6A975A: hue angle of 104.26º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6A975A is Cyan = 0.30, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.41.

Color convert

RGB 106 151 90 -
CMYK 0.30 0 0.40 0.41
HSL 104.26º 0.25% 0.47% -
HSV(B) 104.26º 0.4% 0.59% -
XYZ 18.86 25.94 13.69 -
YUV 130.59 105.09 110.46 -
System Red Green Blue C M Y K H S L
Decimal 106 151 90 0.30 0 0.40 0.41 104.26 0.25 0.47
Hex 6A 97 5A 1E 0 28 29 68 19 2F
Octal 152 227 132 36 0 50 51 150 31 57
Binary 1101010 10010111 1011010 11110 0 101000 101001 1101000 11001 101111

Color Harmonies of #6A975A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A975A

Black with #6A975A

Text Example


Text Example

White with #6A975A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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