Html Css Color HEX #76915C Highland

📋 copy color: '#76915C'

red 118 ◦ green 145 ◦ blue 92

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

Shades of Highland #76915C

Tints of Highland #76915C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 25.92%

R = 33.24%
G = 40.85%
B = 25.92%

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

#76915C (or 0x76915C) is known color: Highland. HEX triplet: 76, 91 and 5C. RGB value is (118,145,92). Sum of RGB (Red+Green+Blue) = 118+145+92=355 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.24% from 355); Green value is 145 (57.03% from 255 or 40.85% from 355); Blue value is 92 (36.33% from 255 or 25.92% from 355); Max value from RGB is 145 - color contains mainly: green. Hex color #76915C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76915C is #896EA3. Grayscale: #838383. Windows color (decimal): -9006756 or 6066550. OLE color: 6066550.

HSL color Cylindrical-coordinate representation of color #76915C: hue angle of 90.57º degrees, saturation: 0.22, 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 #76915C is Cyan = 0.19, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.43.

Color convert

RGB 118 145 92 -
CMYK 0.19 0 0.37 0.43
HSL 90.57º 0.22% 0.46% -
HSV(B) 90.57º 0.37% 0.57% -
XYZ 19.53 24.88 13.9 -
YUV 130.89 106.05 118.81 -
System Red Green Blue C M Y K H S L
Decimal 118 145 92 0.19 0 0.37 0.43 90.57 0.22 0.46
Hex 76 91 5C 13 0 25 2B 5B 16 2E
Octal 166 221 134 23 0 45 53 133 26 56
Binary 1110110 10010001 1011100 10011 0 100101 101011 1011011 10110 101110

Color Harmonies of #76915C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76915C

Black with #76915C

Text Example


Text Example

White with #76915C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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