Html Css Color HEX #7D976C Highland

📋 copy color: '#7D976C'

red 125 ◦ green 151 ◦ blue 108

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

Shades of Highland #7D976C

Tints of Highland #7D976C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 28.13%

R = 32.55%
G = 39.32%
B = 28.13%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.28

 K value IS 0.41

RGB Variations

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

Color information

#7D976C (or 0x7D976C) is known color: Highland. HEX triplet: 7D, 97 and 6C. RGB value is (125,151,108). Sum of RGB (Red+Green+Blue) = 125+151+108=384 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.55% from 384); Green value is 151 (59.38% from 255 or 39.32% from 384); Blue value is 108 (42.58% from 255 or 28.12% from 384); Max value from RGB is 151 - color contains mainly: green. Hex color #7D976C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D976C is #826893. Grayscale: #8A8A8A. Windows color (decimal): -8546452 or 7116669. OLE color: 7116669.

HSL color Cylindrical-coordinate representation of color #7D976C: hue angle of 96.28º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7D976C is Cyan = 0.17, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.41.

Color convert

RGB 125 151 108 -
CMYK 0.17 0 0.28 0.41
HSL 96.28º 0.17% 0.51% -
HSV(B) 96.28º 0.28% 0.59% -
XYZ 22.23 27.58 18.34 -
YUV 138.32 110.89 118.5 -
System Red Green Blue C M Y K H S L
Decimal 125 151 108 0.17 0 0.28 0.41 96.28 0.17 0.51
Hex 7D 97 6C 11 0 1C 29 60 11 33
Octal 175 227 154 21 0 34 51 140 21 63
Binary 1111101 10010111 1101100 10001 0 11100 101001 1100000 10001 110011

Color Harmonies of #7D976C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D976C

Black with #7D976C

Text Example


Text Example

White with #7D976C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,151,108); }

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

background-color css

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

 a { background-color: rgb(125,151,108); }

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

border-color css

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

 span { border-color: rgb(125,151,108); }

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