Html Css Color HEX #76995F Highland

📋 copy color: '#76995F'

red 118 ◦ green 153 ◦ blue 95

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

Shades of Highland #76995F

Tints of Highland #76995F

RGB

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

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

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

R = 32.24%
G = 41.8%
B = 25.96%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.38

 K value IS 0.4

RGB Variations

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

Color information

#76995F (or 0x76995F) is known color: Highland. HEX triplet: 76, 99 and 5F. RGB value is (118,153,95). Sum of RGB (Red+Green+Blue) = 118+153+95=366 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.24% from 366); Green value is 153 (60.16% from 255 or 41.80% from 366); Blue value is 95 (37.5% from 255 or 25.96% from 366); Max value from RGB is 153 - color contains mainly: green. Hex color #76995F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76995F is #8966A0. Grayscale: #888888. Windows color (decimal): -9004705 or 6265206. OLE color: 6265206.

HSL color Cylindrical-coordinate representation of color #76995F: hue angle of 96.21º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #76995F is Cyan = 0.23, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.4.

Color convert

RGB 118 153 95 -
CMYK 0.23 0 0.38 0.4
HSL 96.21º 0.23% 0.49% -
HSV(B) 96.21º 0.38% 0.6% -
XYZ 20.93 27.46 15.02 -
YUV 135.92 104.9 115.22 -
System Red Green Blue C M Y K H S L
Decimal 118 153 95 0.23 0 0.38 0.4 96.21 0.23 0.49
Hex 76 99 5F 17 0 26 28 60 17 31
Octal 166 231 137 27 0 46 50 140 27 61
Binary 1110110 10011001 1011111 10111 0 100110 101000 1100000 10111 110001

Color Harmonies of #76995F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76995F

Black with #76995F

Text Example


Text Example

White with #76995F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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