Html Css Color HEX #7E9761 Highland

📋 copy color: '#7E9761'

red 126 ◦ green 151 ◦ blue 97

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

Shades of Highland #7E9761

Tints of Highland #7E9761

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 25.94%

R = 33.69%
G = 40.37%
B = 25.94%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.36

 K value IS 0.41

RGB Variations

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

Color information

#7E9761 (or 0x7E9761) is known color: Highland. HEX triplet: 7E, 97 and 61. RGB value is (126,151,97). Sum of RGB (Red+Green+Blue) = 126+151+97=374 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.69% from 374); Green value is 151 (59.38% from 255 or 40.37% from 374); Blue value is 97 (38.28% from 255 or 25.94% from 374); Max value from RGB is 151 - color contains mainly: green. Hex color #7E9761 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E9761 is #81689E. Grayscale: #898989. Windows color (decimal): -8480927 or 6395774. OLE color: 6395774.

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

Color convert

RGB 126 151 97 -
CMYK 0.17 0 0.36 0.41
HSL 87.78º 0.22% 0.49% -
HSV(B) 87.78º 0.36% 0.59% -
XYZ 21.83 27.43 15.45 -
YUV 137.37 105.22 119.89 -
System Red Green Blue C M Y K H S L
Decimal 126 151 97 0.17 0 0.36 0.41 87.78 0.22 0.49
Hex 7E 97 61 11 0 24 29 58 16 31
Octal 176 227 141 21 0 44 51 130 26 61
Binary 1111110 10010111 1100001 10001 0 100100 101001 1011000 10110 110001

Color Harmonies of #7E9761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E9761

Black with #7E9761

Text Example


Text Example

White with #7E9761

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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