Html Css Color HEX #7E8A61 Highland

📋 copy color: '#7E8A61'

red 126 ◦ green 138 ◦ blue 97

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

Shades of Highland #7E8A61

Tints of Highland #7E8A61

RGB

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

 GREEN value IS 138 (54.3% from 255) = 38.23%

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

R = 34.9%
G = 38.23%
B = 26.87%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.30

 K value IS 0.46

RGB Variations

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

Color information

#7E8A61 (or 0x7E8A61) is known color: Highland. HEX triplet: 7E, 8A and 61. RGB value is (126,138,97). Sum of RGB (Red+Green+Blue) = 126+138+97=361 (47% of max value = 765). Red value is 126 (49.61% from 255 or 34.90% from 361); Green value is 138 (54.30% from 255 or 38.23% from 361); Blue value is 97 (38.28% from 255 or 26.87% from 361); Max value from RGB is 138 - color contains mainly: green. Hex color #7E8A61 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E8A61 is #81759E. Grayscale: #818181. Windows color (decimal): -8484255 or 6392446. OLE color: 6392446.

HSL color Cylindrical-coordinate representation of color #7E8A61: hue angle of 77.56º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7E8A61 is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.46.

Color convert

RGB 126 138 97 -
CMYK 0.09 0 0.30 0.46
HSL 77.56º 0.17% 0.46% -
HSV(B) 77.56º 0.3% 0.54% -
XYZ 19.85 23.48 14.79 -
YUV 129.74 109.52 125.33 -
System Red Green Blue C M Y K H S L
Decimal 126 138 97 0.09 0 0.30 0.46 77.56 0.17 0.46
Hex 7E 8A 61 9 0 1E 2E 4E 11 2E
Octal 176 212 141 11 0 36 56 116 21 56
Binary 1111110 10001010 1100001 1001 0 11110 101110 1001110 10001 101110

Color Harmonies of #7E8A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E8A61

Black with #7E8A61

Text Example


Text Example

White with #7E8A61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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