Html Css Color HEX #7E976D Highland

📋 copy color: '#7E976D'

red 126 ◦ green 151 ◦ blue 109

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

Shades of Highland #7E976D

Tints of Highland #7E976D

RGB

 RED value IS 126 (49.61% from 255) = 32.64%

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

 BLUE value IS 109 (42.97% from 255) = 28.24%

R = 32.64%
G = 39.12%
B = 28.24%

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

#7E976D (or 0x7E976D) is known color: Highland. HEX triplet: 7E, 97 and 6D. RGB value is (126,151,109). Sum of RGB (Red+Green+Blue) = 126+151+109=386 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.64% from 386); Green value is 151 (59.38% from 255 or 39.12% from 386); Blue value is 109 (42.97% from 255 or 28.24% from 386); Max value from RGB is 151 - color contains mainly: green. Hex color #7E976D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E976D is #816892. Grayscale: #8A8A8A. Windows color (decimal): -8480915 or 7182206. OLE color: 7182206.

HSL color Cylindrical-coordinate representation of color #7E976D: hue angle of 95.71º 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 #7E976D is Cyan = 0.17, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.41.

Color convert

RGB 126 151 109 -
CMYK 0.17 0 0.28 0.41
HSL 95.71º 0.17% 0.51% -
HSV(B) 95.71º 0.28% 0.59% -
XYZ 22.43 27.67 18.63 -
YUV 138.74 111.22 118.92 -
System Red Green Blue C M Y K H S L
Decimal 126 151 109 0.17 0 0.28 0.41 95.71 0.17 0.51
Hex 7E 97 6D 11 0 1C 29 60 11 33
Octal 176 227 155 21 0 34 51 140 21 63
Binary 1111110 10010111 1101101 10001 0 11100 101001 1100000 10001 110011

Color Harmonies of #7E976D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E976D

Black with #7E976D

Text Example


Text Example

White with #7E976D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,151,109); }

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

background-color css

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

 a { background-color: rgb(126,151,109); }

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

border-color css

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

 span { border-color: rgb(126,151,109); }

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