Html Css Color HEX #7E9963 Highland

📋 copy color: '#7E9963'

red 126 ◦ green 153 ◦ blue 99

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

Shades of Highland #7E9963

Tints of Highland #7E9963

RGB

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

 GREEN value IS 153 (60.16% from 255) = 40.48%

 BLUE value IS 99 (39.06% from 255) = 26.19%

R = 33.33%
G = 40.48%
B = 26.19%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.35

 K value IS 0.4

RGB Variations

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

Color information

#7E9963 (or 0x7E9963) is known color: Highland. HEX triplet: 7E, 99 and 63. RGB value is (126,153,99). Sum of RGB (Red+Green+Blue) = 126+153+99=378 (50% of max value = 765). Red value is 126 (49.61% from 255 or 33.33% from 378); Green value is 153 (60.16% from 255 or 40.48% from 378); Blue value is 99 (39.06% from 255 or 26.19% from 378); Max value from RGB is 153 - color contains mainly: green. Hex color #7E9963 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E9963 is #81669C. Grayscale: #8A8A8A. Windows color (decimal): -8480413 or 6527358. OLE color: 6527358.

HSL color Cylindrical-coordinate representation of color #7E9963: hue angle of 90º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7E9963 is Cyan = 0.18, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.4.

Color convert

RGB 126 153 99 -
CMYK 0.18 0 0.35 0.4
HSL 90º 0.21% 0.49% -
HSV(B) 90º 0.35% 0.6% -
XYZ 22.25 28.12 16.06 -
YUV 138.77 105.55 118.89 -
System Red Green Blue C M Y K H S L
Decimal 126 153 99 0.18 0 0.35 0.4 90 0.21 0.49
Hex 7E 99 63 12 0 23 28 5A 15 31
Octal 176 231 143 22 0 43 50 132 25 61
Binary 1111110 10011001 1100011 10010 0 100011 101000 1011010 10101 110001

Color Harmonies of #7E9963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E9963

Black with #7E9963

Text Example


Text Example

White with #7E9963

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,153,99); }

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

background-color css

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

 a { background-color: rgb(126,153,99); }

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

border-color css

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

 span { border-color: rgb(126,153,99); }

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