Html Css Color HEX #75956D Amulet

📋 copy color: '#75956D'

red 117 ◦ green 149 ◦ blue 109

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

Shades of Amulet #75956D

Tints of Amulet #75956D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 29.07%

R = 31.2%
G = 39.73%
B = 29.07%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#75956D (or 0x75956D) is known color: Amulet. HEX triplet: 75, 95 and 6D. RGB value is (117,149,109). Sum of RGB (Red+Green+Blue) = 117+149+109=375 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.2% from 375); Green value is 149 (58.59% from 255 or 39.73% from 375); Blue value is 109 (42.97% from 255 or 29.07% from 375); Max value from RGB is 149 - color contains mainly: green. Hex color #75956D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75956D is #8A6A92. Grayscale: #878787. Windows color (decimal): -9071251 or 7181685. OLE color: 7181685.

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

Color convert

RGB 117 149 109 -
CMYK 0.21 0 0.27 0.42
HSL 108º 0.16% 0.51% -
HSV(B) 108º 0.27% 0.58% -
XYZ 20.84 26.38 18.46 -
YUV 134.87 113.4 115.25 -
System Red Green Blue C M Y K H S L
Decimal 117 149 109 0.21 0 0.27 0.42 108 0.16 0.51
Hex 75 95 6D 15 0 1B 2A 6C 10 33
Octal 165 225 155 25 0 33 52 154 20 63
Binary 1110101 10010101 1101101 10101 0 11011 101010 1101100 10000 110011

Color Harmonies of #75956D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75956D

Black with #75956D

Text Example


Text Example

White with #75956D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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