Html Css Color HEX #7E9B60 Highland

📋 copy color: '#7E9B60'

red 126 ◦ green 155 ◦ blue 96

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

Shades of Highland #7E9B60

Tints of Highland #7E9B60

RGB

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

 GREEN value IS 155 (60.94% from 255) = 41.11%

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

R = 33.42%
G = 41.11%
B = 25.46%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.38

 K value IS 0.39

RGB Variations

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

Color information

#7E9B60 (or 0x7E9B60) is known color: Highland. HEX triplet: 7E, 9B and 60. RGB value is (126,155,96). Sum of RGB (Red+Green+Blue) = 126+155+96=377 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.42% from 377); Green value is 155 (60.94% from 255 or 41.11% from 377); Blue value is 96 (37.89% from 255 or 25.46% from 377); Max value from RGB is 155 - color contains mainly: green. Hex color #7E9B60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E9B60 is #81649F. Grayscale: #8B8B8B. Windows color (decimal): -8479904 or 6331262. OLE color: 6331262.

HSL color Cylindrical-coordinate representation of color #7E9B60: hue angle of 89.49º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7E9B60 is Cyan = 0.19, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.39.

Color convert

RGB 126 155 96 -
CMYK 0.19 0 0.38 0.39
HSL 89.49º 0.24% 0.49% -
HSV(B) 89.49º 0.38% 0.61% -
XYZ 22.44 28.72 15.43 -
YUV 139.6 103.39 118.3 -
System Red Green Blue C M Y K H S L
Decimal 126 155 96 0.19 0 0.38 0.39 89.49 0.24 0.49
Hex 7E 9B 60 13 0 26 27 59 18 31
Octal 176 233 140 23 0 46 47 131 30 61
Binary 1111110 10011011 1100000 10011 0 100110 100111 1011001 11000 110001

Color Harmonies of #7E9B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E9B60

Black with #7E9B60

Text Example


Text Example

White with #7E9B60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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