Html Css Color HEX #75956C Amulet

📋 copy color: '#75956C'

red 117 ◦ green 149 ◦ blue 108

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

Shades of Amulet #75956C

Tints of Amulet #75956C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 39.84%

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

R = 31.28%
G = 39.84%
B = 28.88%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#75956C (or 0x75956C) is known color: Amulet. HEX triplet: 75, 95 and 6C. RGB value is (117,149,108). Sum of RGB (Red+Green+Blue) = 117+149+108=374 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.28% from 374); Green value is 149 (58.59% from 255 or 39.84% from 374); Blue value is 108 (42.58% from 255 or 28.88% from 374); Max value from RGB is 149 - color contains mainly: green. Hex color #75956C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75956C is #8A6A93. Grayscale: #868686. Windows color (decimal): -9071252 or 7116149. OLE color: 7116149.

HSL color Cylindrical-coordinate representation of color #75956C: hue angle of 106.83º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #75956C is Cyan = 0.21, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB 117 149 108 -
CMYK 0.21 0 0.28 0.42
HSL 106.83º 0.16% 0.5% -
HSV(B) 106.83º 0.28% 0.58% -
XYZ 20.79 26.36 18.18 -
YUV 134.76 112.9 115.33 -
System Red Green Blue C M Y K H S L
Decimal 117 149 108 0.21 0 0.28 0.42 106.83 0.16 0.5
Hex 75 95 6C 15 0 1C 2A 6B 10 32
Octal 165 225 154 25 0 34 52 153 20 62
Binary 1110101 10010101 1101100 10101 0 11100 101010 1101011 10000 110010

Color Harmonies of #75956C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75956C

Black with #75956C

Text Example


Text Example

White with #75956C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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