Html Css Color HEX #7D8D75 Spanish Green

📋 copy color: '#7D8D75'

red 125 ◦ green 141 ◦ blue 117

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

Shades of Spanish Green #7D8D75

Tints of Spanish Green #7D8D75

RGB

 RED value IS 125 (49.22% from 255) = 32.64%

 GREEN value IS 141 (55.47% from 255) = 36.81%

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

R = 32.64%
G = 36.81%
B = 30.55%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.17

 K value IS 0.45

RGB Variations

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

Color information

#7D8D75 (or 0x7D8D75) is known color: Spanish Green. HEX triplet: 7D, 8D and 75. RGB value is (125,141,117). Sum of RGB (Red+Green+Blue) = 125+141+117=383 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.64% from 383); Green value is 141 (55.47% from 255 or 36.81% from 383); Blue value is 117 (46.09% from 255 or 30.55% from 383); Max value from RGB is 141 - color contains mainly: green. Hex color #7D8D75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D8D75 is #82728A. Grayscale: #858585. Windows color (decimal): -8549003 or 7703933. OLE color: 7703933.

HSL color Cylindrical-coordinate representation of color #7D8D75: hue angle of 100º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7D8D75 is Cyan = 0.11, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.45.

Color convert

RGB 125 141 117 -
CMYK 0.11 0 0.17 0.45
HSL 100º 0.1% 0.51% -
HSV(B) 100º 0.17% 0.55% -
XYZ 21.19 24.69 20.48 -
YUV 133.48 118.7 121.95 -
System Red Green Blue C M Y K H S L
Decimal 125 141 117 0.11 0 0.17 0.45 100 0.1 0.51
Hex 7D 8D 75 B 0 11 2D 64 A 33
Octal 175 215 165 13 0 21 55 144 12 63
Binary 1111101 10001101 1110101 1011 0 10001 101101 1100100 1010 110011

Color Harmonies of #7D8D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D8D75

Black with #7D8D75

Text Example


Text Example

White with #7D8D75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,141,117); }

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

background-color css

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

 a { background-color: rgb(125,141,117); }

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

border-color css

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

 span { border-color: rgb(125,141,117); }

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