Html Css Color HEX #75976C Amulet

📋 copy color: '#75976C'

red 117 ◦ green 151 ◦ blue 108

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

Shades of Amulet #75976C

Tints of Amulet #75976C

RGB

 RED value IS 117 (46.09% from 255) = 31.12%

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

 BLUE value IS 108 (42.58% from 255) = 28.72%

R = 31.12%
G = 40.16%
B = 28.72%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.28

 K value IS 0.41

RGB Variations

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

Color information

#75976C (or 0x75976C) is known color: Amulet. HEX triplet: 75, 97 and 6C. RGB value is (117,151,108). Sum of RGB (Red+Green+Blue) = 117+151+108=376 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.12% from 376); Green value is 151 (59.38% from 255 or 40.16% from 376); Blue value is 108 (42.58% from 255 or 28.72% from 376); Max value from RGB is 151 - color contains mainly: green. Hex color #75976C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75976C is #8A6893. Grayscale: #888888. Windows color (decimal): -9070740 or 7116661. OLE color: 7116661.

HSL color Cylindrical-coordinate representation of color #75976C: hue angle of 107.44º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #75976C is Cyan = 0.23, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.41.

Color convert

RGB 117 151 108 -
CMYK 0.23 0 0.28 0.41
HSL 107.44º 0.17% 0.51% -
HSV(B) 107.44º 0.28% 0.59% -
XYZ 21.11 27 18.29 -
YUV 135.93 112.24 114.5 -
System Red Green Blue C M Y K H S L
Decimal 117 151 108 0.23 0 0.28 0.41 107.44 0.17 0.51
Hex 75 97 6C 17 0 1C 29 6B 11 33
Octal 165 227 154 27 0 34 51 153 21 63
Binary 1110101 10010111 1101100 10111 0 11100 101001 1101011 10001 110011

Color Harmonies of #75976C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75976C

Black with #75976C

Text Example


Text Example

White with #75976C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,151,108); }

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

background-color css

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

 a { background-color: rgb(117,151,108); }

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

border-color css

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

 span { border-color: rgb(117,151,108); }

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