Html Css Color HEX #76915B Highland

📋 copy color: '#76915B'

red 118 ◦ green 145 ◦ blue 91

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

Shades of Highland #76915B

Tints of Highland #76915B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 25.71%

R = 33.33%
G = 40.96%
B = 25.71%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.37

 K value IS 0.43

RGB Variations

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

Color information

#76915B (or 0x76915B) is known color: Highland. HEX triplet: 76, 91 and 5B. RGB value is (118,145,91). Sum of RGB (Red+Green+Blue) = 118+145+91=354 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.33% from 354); Green value is 145 (57.03% from 255 or 40.96% from 354); Blue value is 91 (35.94% from 255 or 25.71% from 354); Max value from RGB is 145 - color contains mainly: green. Hex color #76915B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76915B is #896EA4. Grayscale: #828282. Windows color (decimal): -9006757 or 6001014. OLE color: 6001014.

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

Color convert

RGB 118 145 91 -
CMYK 0.19 0 0.37 0.43
HSL 90º 0.23% 0.46% -
HSV(B) 90º 0.37% 0.57% -
XYZ 19.48 24.86 13.67 -
YUV 130.77 105.55 118.89 -
System Red Green Blue C M Y K H S L
Decimal 118 145 91 0.19 0 0.37 0.43 90 0.23 0.46
Hex 76 91 5B 13 0 25 2B 5A 17 2E
Octal 166 221 133 23 0 45 53 132 27 56
Binary 1110110 10010001 1011011 10011 0 100101 101011 1011010 10111 101110

Color Harmonies of #76915B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76915B

Black with #76915B

Text Example


Text Example

White with #76915B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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