Html Css Color HEX #7A8375 Spanish Green

📋 copy color: '#7A8375'

red 122 ◦ green 131 ◦ blue 117

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

Shades of Spanish Green #7A8375

Tints of Spanish Green #7A8375

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.41%

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

R = 32.97%
G = 35.41%
B = 31.62%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#7A8375 (or 0x7A8375) is known color: Spanish Green. HEX triplet: 7A, 83 and 75. RGB value is (122,131,117). Sum of RGB (Red+Green+Blue) = 122+131+117=370 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.97% from 370); Green value is 131 (51.56% from 255 or 35.41% from 370); Blue value is 117 (46.09% from 255 or 31.62% from 370); Max value from RGB is 131 - color contains mainly: green. Hex color #7A8375 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A8375 is #857C8A. Grayscale: #7E7E7E. Windows color (decimal): -8748171 or 7701370. OLE color: 7701370.

HSL color Cylindrical-coordinate representation of color #7A8375: hue angle of 98.57º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #7A8375 is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.49.

Color convert

RGB 122 131 117 -
CMYK 0.07 0 0.11 0.49
HSL 98.57º 0.06% 0.49% -
HSV(B) 98.57º 0.11% 0.51% -
XYZ 19.35 21.65 19.99 -
YUV 126.71 122.52 124.64 -
System Red Green Blue C M Y K H S L
Decimal 122 131 117 0.07 0 0.11 0.49 98.57 0.06 0.49
Hex 7A 83 75 7 0 B 31 63 6 31
Octal 172 203 165 7 0 13 61 143 6 61
Binary 1111010 10000011 1110101 111 0 1011 110001 1100011 110 110001

Color Harmonies of #7A8375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A8375

Black with #7A8375

Text Example


Text Example

White with #7A8375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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