Html Css Color HEX #76935E Highland

📋 copy color: '#76935E'

red 118 ◦ green 147 ◦ blue 94

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

Shades of Highland #76935E

Tints of Highland #76935E

RGB

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

 GREEN value IS 147 (57.81% from 255) = 40.95%

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

R = 32.87%
G = 40.95%
B = 26.18%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.36

 K value IS 0.42

RGB Variations

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

Color information

#76935E (or 0x76935E) is known color: Highland. HEX triplet: 76, 93 and 5E. RGB value is (118,147,94). Sum of RGB (Red+Green+Blue) = 118+147+94=359 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.87% from 359); Green value is 147 (57.81% from 255 or 40.95% from 359); Blue value is 94 (37.11% from 255 or 26.18% from 359); Max value from RGB is 147 - color contains mainly: green. Hex color #76935E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76935E is #896CA1. Grayscale: #848484. Windows color (decimal): -9006242 or 6198134. OLE color: 6198134.

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

Color convert

RGB 118 147 94 -
CMYK 0.20 0 0.36 0.42
HSL 92.83º 0.22% 0.47% -
HSV(B) 92.83º 0.36% 0.58% -
XYZ 19.93 25.53 14.47 -
YUV 132.29 106.39 117.81 -
System Red Green Blue C M Y K H S L
Decimal 118 147 94 0.20 0 0.36 0.42 92.83 0.22 0.47
Hex 76 93 5E 14 0 24 2A 5D 16 2F
Octal 166 223 136 24 0 44 52 135 26 57
Binary 1110110 10010011 1011110 10100 0 100100 101010 1011101 10110 101111

Color Harmonies of #76935E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76935E

Black with #76935E

Text Example


Text Example

White with #76935E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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