Html Css Color HEX #76925E Highland

📋 copy color: '#76925E'

red 118 ◦ green 146 ◦ blue 94

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

Shades of Highland #76925E

Tints of Highland #76925E

RGB

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

 GREEN value IS 146 (57.42% from 255) = 40.78%

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

R = 32.96%
G = 40.78%
B = 26.26%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.36

 K value IS 0.43

RGB Variations

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

Color information

#76925E (or 0x76925E) is known color: Highland. HEX triplet: 76, 92 and 5E. RGB value is (118,146,94). Sum of RGB (Red+Green+Blue) = 118+146+94=358 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.96% from 358); Green value is 146 (57.42% from 255 or 40.78% from 358); Blue value is 94 (37.11% from 255 or 26.26% from 358); Max value from RGB is 146 - color contains mainly: green. Hex color #76925E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76925E is #896DA1. Grayscale: #838383. Windows color (decimal): -9006498 or 6197878. OLE color: 6197878.

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

Color convert

RGB 118 146 94 -
CMYK 0.19 0 0.36 0.43
HSL 92.31º 0.22% 0.47% -
HSV(B) 92.31º 0.36% 0.57% -
XYZ 19.77 25.22 14.42 -
YUV 131.7 106.72 118.23 -
System Red Green Blue C M Y K H S L
Decimal 118 146 94 0.19 0 0.36 0.43 92.31 0.22 0.47
Hex 76 92 5E 13 0 24 2B 5C 16 2F
Octal 166 222 136 23 0 44 53 134 26 57
Binary 1110110 10010010 1011110 10011 0 100100 101011 1011100 10110 101111

Color Harmonies of #76925E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76925E

Black with #76925E

Text Example


Text Example

White with #76925E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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