Html Css Color HEX #76915A Highland

📋 copy color: '#76915A'

red 118 ◦ green 145 ◦ blue 90

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

Shades of Highland #76915A

Tints of Highland #76915A

RGB

 RED value IS 118 (46.48% from 255) = 33.43%

 GREEN value IS 145 (57.03% from 255) = 41.08%

 BLUE value IS 90 (35.55% from 255) = 25.5%

R = 33.43%
G = 41.08%
B = 25.5%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.38

 K value IS 0.43

RGB Variations

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

Color information

#76915A (or 0x76915A) is known color: Highland. HEX triplet: 76, 91 and 5A. RGB value is (118,145,90). Sum of RGB (Red+Green+Blue) = 118+145+90=353 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.43% from 353); Green value is 145 (57.03% from 255 or 41.08% from 353); Blue value is 90 (35.55% from 255 or 25.50% from 353); Max value from RGB is 145 - color contains mainly: green. Hex color #76915A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76915A is #896EA5. Grayscale: #828282. Windows color (decimal): -9006758 or 5935478. OLE color: 5935478.

HSL color Cylindrical-coordinate representation of color #76915A: hue angle of 89.45º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #76915A is Cyan = 0.19, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.43.

Color convert

RGB 118 145 90 -
CMYK 0.19 0 0.38 0.43
HSL 89.45º 0.23% 0.46% -
HSV(B) 89.45º 0.38% 0.57% -
XYZ 19.44 24.84 13.44 -
YUV 130.66 105.05 118.97 -
System Red Green Blue C M Y K H S L
Decimal 118 145 90 0.19 0 0.38 0.43 89.45 0.23 0.46
Hex 76 91 5A 13 0 26 2B 59 17 2E
Octal 166 221 132 23 0 46 53 131 27 56
Binary 1110110 10010001 1011010 10011 0 100110 101011 1011001 10111 101110

Color Harmonies of #76915A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76915A

Black with #76915A

Text Example


Text Example

White with #76915A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76915A; }

 p { color: rgb(118,145,90); }

 H1.HeaderClassName
 {
   color: #76915A;
 }
 .AnyTagClassName
 {
   color: #76915A;
 }
</style>

background-color css

<style>
 a { background-color: #76915A; }

 a { background-color: rgb(118,145,90); }

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

border-color css

<style>
 span { border-color: #76915A; }

 span { border-color: rgb(118,145,90); }

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