Html Css Color HEX #76975B Highland

📋 copy color: '#76975B'

red 118 ◦ green 151 ◦ blue 91

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

Shades of Highland #76975B

Tints of Highland #76975B

RGB

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

 GREEN value IS 151 (59.38% from 255) = 41.94%

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

R = 32.78%
G = 41.94%
B = 25.28%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.40

 K value IS 0.41

RGB Variations

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

Color information

#76975B (or 0x76975B) is known color: Highland. HEX triplet: 76, 97 and 5B. RGB value is (118,151,91). Sum of RGB (Red+Green+Blue) = 118+151+91=360 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.78% from 360); Green value is 151 (59.38% from 255 or 41.94% from 360); Blue value is 91 (35.94% from 255 or 25.28% from 360); Max value from RGB is 151 - color contains mainly: green. Hex color #76975B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76975B is #8968A4. Grayscale: #868686. Windows color (decimal): -9005221 or 6002550. OLE color: 6002550.

HSL color Cylindrical-coordinate representation of color #76975B: hue angle of 93º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #76975B is Cyan = 0.22, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.41.

Color convert

RGB 118 151 91 -
CMYK 0.22 0 0.40 0.41
HSL 93º 0.25% 0.47% -
HSV(B) 93º 0.4% 0.59% -
XYZ 20.43 26.74 13.98 -
YUV 134.29 103.57 116.38 -
System Red Green Blue C M Y K H S L
Decimal 118 151 91 0.22 0 0.40 0.41 93 0.25 0.47
Hex 76 97 5B 16 0 28 29 5D 19 2F
Octal 166 227 133 26 0 50 51 135 31 57
Binary 1110110 10010111 1011011 10110 0 101000 101001 1011101 11001 101111

Color Harmonies of #76975B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76975B

Black with #76975B

Text Example


Text Example

White with #76975B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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