Html Css Color HEX #7E965C Highland

📋 copy color: '#7E965C'

red 126 ◦ green 150 ◦ blue 92

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

Shades of Highland #7E965C

Tints of Highland #7E965C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 40.76%

 BLUE value IS 92 (36.33% from 255) = 25%

R = 34.24%
G = 40.76%
B = 25%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.39

 K value IS 0.41

RGB Variations

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

Color information

#7E965C (or 0x7E965C) is known color: Highland. HEX triplet: 7E, 96 and 5C. RGB value is (126,150,92). Sum of RGB (Red+Green+Blue) = 126+150+92=368 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.24% from 368); Green value is 150 (58.98% from 255 or 40.76% from 368); Blue value is 92 (36.33% from 255 or 25% from 368); Max value from RGB is 150 - color contains mainly: green. Hex color #7E965C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E965C is #8169A3. Grayscale: #888888. Windows color (decimal): -8481188 or 6067838. OLE color: 6067838.

HSL color Cylindrical-coordinate representation of color #7E965C: hue angle of 84.83º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7E965C is Cyan = 0.16, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.41.

Color convert

RGB 126 150 92 -
CMYK 0.16 0 0.39 0.41
HSL 84.83º 0.24% 0.47% -
HSV(B) 84.83º 0.39% 0.59% -
XYZ 21.44 27.02 14.21 -
YUV 136.21 103.05 120.72 -
System Red Green Blue C M Y K H S L
Decimal 126 150 92 0.16 0 0.39 0.41 84.83 0.24 0.47
Hex 7E 96 5C 10 0 27 29 55 18 2F
Octal 176 226 134 20 0 47 51 125 30 57
Binary 1111110 10010110 1011100 10000 0 100111 101001 1010101 11000 101111

Color Harmonies of #7E965C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E965C

Black with #7E965C

Text Example


Text Example

White with #7E965C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,150,92); }

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

background-color css

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

 a { background-color: rgb(126,150,92); }

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

border-color css

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

 span { border-color: rgb(126,150,92); }

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