Html Css Color HEX #7A8975 Spanish Green

📋 copy color: '#7A8975'

red 122 ◦ green 137 ◦ blue 117

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

Shades of Spanish Green #7A8975

Tints of Spanish Green #7A8975

RGB

 RED value IS 122 (48.05% from 255) = 32.45%

 GREEN value IS 137 (53.91% from 255) = 36.44%

 BLUE value IS 117 (46.09% from 255) = 31.12%

R = 32.45%
G = 36.44%
B = 31.12%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.15

 K value IS 0.46

RGB Variations

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

Color information

#7A8975 (or 0x7A8975) is known color: Spanish Green. HEX triplet: 7A, 89 and 75. RGB value is (122,137,117). Sum of RGB (Red+Green+Blue) = 122+137+117=376 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.45% from 376); Green value is 137 (53.91% from 255 or 36.44% from 376); Blue value is 117 (46.09% from 255 or 31.12% from 376); Max value from RGB is 137 - color contains mainly: green. Hex color #7A8975 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A8975 is #85768A. Grayscale: #828282. Windows color (decimal): -8746635 or 7702906. OLE color: 7702906.

HSL color Cylindrical-coordinate representation of color #7A8975: hue angle of 105º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7A8975 is Cyan = 0.11, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.46.

Color convert

RGB 122 137 117 -
CMYK 0.11 0 0.15 0.46
HSL 105º 0.08% 0.5% -
HSV(B) 105º 0.15% 0.54% -
XYZ 20.18 23.31 20.27 -
YUV 130.24 120.53 122.13 -
System Red Green Blue C M Y K H S L
Decimal 122 137 117 0.11 0 0.15 0.46 105 0.08 0.5
Hex 7A 89 75 B 0 F 2E 69 8 32
Octal 172 211 165 13 0 17 56 151 10 62
Binary 1111010 10001001 1110101 1011 0 1111 101110 1101001 1000 110010

Color Harmonies of #7A8975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A8975

Black with #7A8975

Text Example


Text Example

White with #7A8975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7A8975; }

 p { color: rgb(122,137,117); }

 H1.HeaderClassName
 {
   color: #7A8975;
 }
 .AnyTagClassName
 {
   color: #7A8975;
 }
</style>

background-color css

<style>
 a { background-color: #7A8975; }

 a { background-color: rgb(122,137,117); }

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

border-color css

<style>
 span { border-color: #7A8975; }

 span { border-color: rgb(122,137,117); }

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