Html Css Color HEX #7E8B62 Highland

📋 copy color: '#7E8B62'

red 126 ◦ green 139 ◦ blue 98

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

Shades of Highland #7E8B62

Tints of Highland #7E8B62

RGB

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

 GREEN value IS 139 (54.69% from 255) = 38.29%

 BLUE value IS 98 (38.67% from 255) = 27%

R = 34.71%
G = 38.29%
B = 27%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.29

 K value IS 0.45

RGB Variations

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

Color information

#7E8B62 (or 0x7E8B62) is known color: Highland. HEX triplet: 7E, 8B and 62. RGB value is (126,139,98). Sum of RGB (Red+Green+Blue) = 126+139+98=363 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.71% from 363); Green value is 139 (54.69% from 255 or 38.29% from 363); Blue value is 98 (38.67% from 255 or 27.00% from 363); Max value from RGB is 139 - color contains mainly: green. Hex color #7E8B62 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E8B62 is #81749D. Grayscale: #828282. Windows color (decimal): -8483998 or 6458238. OLE color: 6458238.

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

Color convert

RGB 126 139 98 -
CMYK 0.09 0 0.29 0.45
HSL 79.02º 0.17% 0.46% -
HSV(B) 79.02º 0.29% 0.55% -
XYZ 20.04 23.78 15.09 -
YUV 130.44 109.69 124.83 -
System Red Green Blue C M Y K H S L
Decimal 126 139 98 0.09 0 0.29 0.45 79.02 0.17 0.46
Hex 7E 8B 62 9 0 1D 2D 4F 11 2E
Octal 176 213 142 11 0 35 55 117 21 56
Binary 1111110 10001011 1100010 1001 0 11101 101101 1001111 10001 101110

Color Harmonies of #7E8B62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E8B62

Black with #7E8B62

Text Example


Text Example

White with #7E8B62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,139,98); }

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

background-color css

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

 a { background-color: rgb(126,139,98); }

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

border-color css

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

 span { border-color: rgb(126,139,98); }

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