Html Css Color HEX #7E9360 Highland

📋 copy color: '#7E9360'

red 126 ◦ green 147 ◦ blue 96

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

Shades of Highland #7E9360

Tints of Highland #7E9360

RGB

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

 GREEN value IS 147 (57.81% from 255) = 39.84%

 BLUE value IS 96 (37.89% from 255) = 26.02%

R = 34.15%
G = 39.84%
B = 26.02%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.35

 K value IS 0.42

RGB Variations

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

Color information

#7E9360 (or 0x7E9360) is known color: Highland. HEX triplet: 7E, 93 and 60. RGB value is (126,147,96). Sum of RGB (Red+Green+Blue) = 126+147+96=369 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.15% from 369); Green value is 147 (57.81% from 255 or 39.84% from 369); Blue value is 96 (37.89% from 255 or 26.02% from 369); Max value from RGB is 147 - color contains mainly: green. Hex color #7E9360 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E9360 is #816C9F. Grayscale: #878787. Windows color (decimal): -8481952 or 6329214. OLE color: 6329214.

HSL color Cylindrical-coordinate representation of color #7E9360: hue angle of 84.71º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7E9360 is Cyan = 0.14, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB 126 147 96 -
CMYK 0.14 0 0.35 0.42
HSL 84.71º 0.21% 0.48% -
HSV(B) 84.71º 0.35% 0.58% -
XYZ 21.15 26.15 15 -
YUV 134.91 106.04 121.65 -
System Red Green Blue C M Y K H S L
Decimal 126 147 96 0.14 0 0.35 0.42 84.71 0.21 0.48
Hex 7E 93 60 E 0 23 2A 55 15 30
Octal 176 223 140 16 0 43 52 125 25 60
Binary 1111110 10010011 1100000 1110 0 100011 101010 1010101 10101 110000

Color Harmonies of #7E9360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E9360

Black with #7E9360

Text Example


Text Example

White with #7E9360

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,147,96); }

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

background-color css

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

 a { background-color: rgb(126,147,96); }

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

border-color css

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

 span { border-color: rgb(126,147,96); }

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