Html Css Color HEX #75966D Amulet

📋 copy color: '#75966D'

red 117 ◦ green 150 ◦ blue 109

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

Shades of Amulet #75966D

Tints of Amulet #75966D

RGB

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

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

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

R = 31.12%
G = 39.89%
B = 28.99%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#75966D (or 0x75966D) is known color: Amulet. HEX triplet: 75, 96 and 6D. RGB value is (117,150,109). Sum of RGB (Red+Green+Blue) = 117+150+109=376 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.12% from 376); Green value is 150 (58.98% from 255 or 39.89% from 376); Blue value is 109 (42.97% from 255 or 28.99% from 376); Max value from RGB is 150 - color contains mainly: green. Hex color #75966D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75966D is #8A6992. Grayscale: #878787. Windows color (decimal): -9070995 or 7181941. OLE color: 7181941.

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

Color convert

RGB 117 150 109 -
CMYK 0.22 0 0.27 0.41
HSL 108.29º 0.16% 0.51% -
HSV(B) 108.29º 0.27% 0.59% -
XYZ 21 26.7 18.51 -
YUV 135.46 113.07 114.83 -
System Red Green Blue C M Y K H S L
Decimal 117 150 109 0.22 0 0.27 0.41 108.29 0.16 0.51
Hex 75 96 6D 16 0 1B 29 6C 10 33
Octal 165 226 155 26 0 33 51 154 20 63
Binary 1110101 10010110 1101101 10110 0 11011 101001 1101100 10000 110011

Color Harmonies of #75966D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75966D

Black with #75966D

Text Example


Text Example

White with #75966D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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