Html Css Color HEX #76915E Highland

📋 copy color: '#76915E'

red 118 ◦ green 145 ◦ blue 94

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

Shades of Highland #76915E

Tints of Highland #76915E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 26.33%

R = 33.05%
G = 40.62%
B = 26.33%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.35

 K value IS 0.43

RGB Variations

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

Color information

#76915E (or 0x76915E) is known color: Highland. HEX triplet: 76, 91 and 5E. RGB value is (118,145,94). Sum of RGB (Red+Green+Blue) = 118+145+94=357 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.05% from 357); Green value is 145 (57.03% from 255 or 40.62% from 357); Blue value is 94 (37.11% from 255 or 26.33% from 357); Max value from RGB is 145 - color contains mainly: green. Hex color #76915E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76915E is #896EA1. Grayscale: #838383. Windows color (decimal): -9006754 or 6197622. OLE color: 6197622.

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

Color convert

RGB 118 145 94 -
CMYK 0.19 0 0.35 0.43
HSL 91.76º 0.21% 0.47% -
HSV(B) 91.76º 0.35% 0.57% -
XYZ 19.62 24.91 14.36 -
YUV 131.11 107.05 118.65 -
System Red Green Blue C M Y K H S L
Decimal 118 145 94 0.19 0 0.35 0.43 91.76 0.21 0.47
Hex 76 91 5E 13 0 23 2B 5C 15 2F
Octal 166 221 136 23 0 43 53 134 25 57
Binary 1110110 10010001 1011110 10011 0 100011 101011 1011100 10101 101111

Color Harmonies of #76915E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76915E

Black with #76915E

Text Example


Text Example

White with #76915E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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