Html Css Color HEX #7E966D Highland

📋 copy color: '#7E966D'

red 126 ◦ green 150 ◦ blue 109

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

Shades of Highland #7E966D

Tints of Highland #7E966D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.96%

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

R = 32.73%
G = 38.96%
B = 28.31%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#7E966D (or 0x7E966D) is known color: Highland. HEX triplet: 7E, 96 and 6D. RGB value is (126,150,109). Sum of RGB (Red+Green+Blue) = 126+150+109=385 (50% of max value = 765). Red value is 126 (49.61% from 255 or 32.73% from 385); Green value is 150 (58.98% from 255 or 38.96% from 385); Blue value is 109 (42.97% from 255 or 28.31% from 385); Max value from RGB is 150 - color contains mainly: green. Hex color #7E966D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E966D is #816992. Grayscale: #8A8A8A. Windows color (decimal): -8481171 or 7181950. OLE color: 7181950.

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

Color convert

RGB 126 150 109 -
CMYK 0.16 0 0.27 0.41
HSL 95.12º 0.16% 0.51% -
HSV(B) 95.12º 0.27% 0.59% -
XYZ 22.27 27.35 18.57 -
YUV 138.15 111.55 119.33 -
System Red Green Blue C M Y K H S L
Decimal 126 150 109 0.16 0 0.27 0.41 95.12 0.16 0.51
Hex 7E 96 6D 10 0 1B 29 5F 10 33
Octal 176 226 155 20 0 33 51 137 20 63
Binary 1111110 10010110 1101101 10000 0 11011 101001 1011111 10000 110011

Color Harmonies of #7E966D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E966D

Black with #7E966D

Text Example


Text Example

White with #7E966D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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