Html Css Color HEX #76965E Highland

📋 copy color: '#76965E'

red 118 ◦ green 150 ◦ blue 94

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

Shades of Highland #76965E

Tints of Highland #76965E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 41.44%

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

R = 32.6%
G = 41.44%
B = 25.97%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.37

 K value IS 0.41

RGB Variations

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

Color information

#76965E (or 0x76965E) is known color: Highland. HEX triplet: 76, 96 and 5E. RGB value is (118,150,94). Sum of RGB (Red+Green+Blue) = 118+150+94=362 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.60% from 362); Green value is 150 (58.98% from 255 or 41.44% from 362); Blue value is 94 (37.11% from 255 or 25.97% from 362); Max value from RGB is 150 - color contains mainly: green. Hex color #76965E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76965E is #8969A1. Grayscale: #868686. Windows color (decimal): -9005474 or 6198902. OLE color: 6198902.

HSL color Cylindrical-coordinate representation of color #76965E: hue angle of 94.29º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #76965E is Cyan = 0.21, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.41.

Color convert

RGB 118 150 94 -
CMYK 0.21 0 0.37 0.41
HSL 94.29º 0.23% 0.48% -
HSV(B) 94.29º 0.37% 0.59% -
XYZ 20.4 26.47 14.62 -
YUV 134.05 105.4 116.55 -
System Red Green Blue C M Y K H S L
Decimal 118 150 94 0.21 0 0.37 0.41 94.29 0.23 0.48
Hex 76 96 5E 15 0 25 29 5E 17 30
Octal 166 226 136 25 0 45 51 136 27 60
Binary 1110110 10010110 1011110 10101 0 100101 101001 1011110 10111 110000

Color Harmonies of #76965E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76965E

Black with #76965E

Text Example


Text Example

White with #76965E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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