Html Css Color HEX #76915F Highland

📋 copy color: '#76915F'

red 118 ◦ green 145 ◦ blue 95

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

Shades of Highland #76915F

Tints of Highland #76915F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 26.54%

R = 32.96%
G = 40.5%
B = 26.54%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.34

 K value IS 0.43

RGB Variations

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

Color information

#76915F (or 0x76915F) is known color: Highland. HEX triplet: 76, 91 and 5F. RGB value is (118,145,95). Sum of RGB (Red+Green+Blue) = 118+145+95=358 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.96% from 358); Green value is 145 (57.03% from 255 or 40.50% from 358); Blue value is 95 (37.5% from 255 or 26.54% from 358); Max value from RGB is 145 - color contains mainly: green. Hex color #76915F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76915F is #896EA0. Grayscale: #838383. Windows color (decimal): -9006753 or 6263158. OLE color: 6263158.

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

Color convert

RGB 118 145 95 -
CMYK 0.19 0 0.34 0.43
HSL 92.4º 0.21% 0.47% -
HSV(B) 92.4º 0.34% 0.57% -
XYZ 19.66 24.93 14.6 -
YUV 131.23 107.55 118.57 -
System Red Green Blue C M Y K H S L
Decimal 118 145 95 0.19 0 0.34 0.43 92.4 0.21 0.47
Hex 76 91 5F 13 0 22 2B 5C 15 2F
Octal 166 221 137 23 0 42 53 134 25 57
Binary 1110110 10010001 1011111 10011 0 100010 101011 1011100 10101 101111

Color Harmonies of #76915F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76915F

Black with #76915F

Text Example


Text Example

White with #76915F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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