Html Css Color HEX #7D9550 Highland

📋 copy color: '#7D9550'

red 125 ◦ green 149 ◦ blue 80

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

Shades of Highland #7D9550

Tints of Highland #7D9550

RGB

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

 GREEN value IS 149 (58.59% from 255) = 42.09%

 BLUE value IS 80 (31.64% from 255) = 22.6%

R = 35.31%
G = 42.09%
B = 22.6%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.46

 K value IS 0.42

RGB Variations

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

Color information

#7D9550 (or 0x7D9550) is known color: Highland. HEX triplet: 7D, 95 and 50. RGB value is (125,149,80). Sum of RGB (Red+Green+Blue) = 125+149+80=354 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.31% from 354); Green value is 149 (58.59% from 255 or 42.09% from 354); Blue value is 80 (31.64% from 255 or 22.60% from 354); Max value from RGB is 149 - color contains mainly: green. Hex color #7D9550 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D9550 is #826AAF. Grayscale: #868686. Windows color (decimal): -8546992 or 5281149. OLE color: 5281149.

HSL color Cylindrical-coordinate representation of color #7D9550: hue angle of 80.87º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7D9550 is Cyan = 0.16, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB 125 149 80 -
CMYK 0.16 0 0.46 0.42
HSL 80.87º 0.3% 0.45% -
HSV(B) 80.87º 0.46% 0.58% -
XYZ 20.65 26.43 11.6 -
YUV 133.96 97.55 121.61 -
System Red Green Blue C M Y K H S L
Decimal 125 149 80 0.16 0 0.46 0.42 80.87 0.3 0.45
Hex 7D 95 50 10 0 2E 2A 51 1E 2D
Octal 175 225 120 20 0 56 52 121 36 55
Binary 1111101 10010101 1010000 10000 0 101110 101010 1010001 11110 101101

Color Harmonies of #7D9550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D9550

Black with #7D9550

Text Example


Text Example

White with #7D9550

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,149,80); }

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

background-color css

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

 a { background-color: rgb(125,149,80); }

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

border-color css

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

 span { border-color: rgb(125,149,80); }

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