Html Css Color HEX #7E956C Highland

📋 copy color: '#7E956C'

red 126 ◦ green 149 ◦ blue 108

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

Shades of Highland #7E956C

Tints of Highland #7E956C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.9%

 BLUE value IS 108 (42.58% from 255) = 28.2%

R = 32.9%
G = 38.9%
B = 28.2%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#7E956C (or 0x7E956C) is known color: Highland. HEX triplet: 7E, 95 and 6C. RGB value is (126,149,108). Sum of RGB (Red+Green+Blue) = 126+149+108=383 (50% of max value = 765). Red value is 126 (49.61% from 255 or 32.90% from 383); Green value is 149 (58.59% from 255 or 38.90% from 383); Blue value is 108 (42.58% from 255 or 28.20% from 383); Max value from RGB is 149 - color contains mainly: green. Hex color #7E956C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E956C is #816A93. Grayscale: #898989. Windows color (decimal): -8481428 or 7116158. OLE color: 7116158.

HSL color Cylindrical-coordinate representation of color #7E956C: hue angle of 93.66º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7E956C is Cyan = 0.15, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB 126 149 108 -
CMYK 0.15 0 0.28 0.42
HSL 93.66º 0.16% 0.5% -
HSV(B) 93.66º 0.28% 0.58% -
XYZ 22.06 27.01 18.24 -
YUV 137.45 111.38 119.83 -
System Red Green Blue C M Y K H S L
Decimal 126 149 108 0.15 0 0.28 0.42 93.66 0.16 0.5
Hex 7E 95 6C F 0 1C 2A 5E 10 32
Octal 176 225 154 17 0 34 52 136 20 62
Binary 1111110 10010101 1101100 1111 0 11100 101010 1011110 10000 110010

Color Harmonies of #7E956C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E956C

Black with #7E956C

Text Example


Text Example

White with #7E956C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,149,108); }

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

background-color css

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

 a { background-color: rgb(126,149,108); }

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

border-color css

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

 span { border-color: rgb(126,149,108); }

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