Html Css Color HEX #75976D Amulet

📋 copy color: '#75976D'

red 117 ◦ green 151 ◦ blue 109

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

Shades of Amulet #75976D

Tints of Amulet #75976D

RGB

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

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

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

R = 31.03%
G = 40.05%
B = 28.91%

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

#75976D (or 0x75976D) is known color: Amulet. HEX triplet: 75, 97 and 6D. RGB value is (117,151,109). Sum of RGB (Red+Green+Blue) = 117+151+109=377 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.03% from 377); Green value is 151 (59.38% from 255 or 40.05% from 377); Blue value is 109 (42.97% from 255 or 28.91% from 377); Max value from RGB is 151 - color contains mainly: green. Hex color #75976D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75976D is #8A6892. Grayscale: #888888. Windows color (decimal): -9070739 or 7182197. OLE color: 7182197.

HSL color Cylindrical-coordinate representation of color #75976D: hue angle of 108.57º 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 #75976D is Cyan = 0.23, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.41.

Color convert

RGB 117 151 109 -
CMYK 0.23 0 0.28 0.41
HSL 108.57º 0.17% 0.51% -
HSV(B) 108.57º 0.28% 0.59% -
XYZ 21.16 27.02 18.57 -
YUV 136.05 112.74 114.42 -
System Red Green Blue C M Y K H S L
Decimal 117 151 109 0.23 0 0.28 0.41 108.57 0.17 0.51
Hex 75 97 6D 17 0 1C 29 6D 11 33
Octal 165 227 155 27 0 34 51 155 21 63
Binary 1110101 10010111 1101101 10111 0 11100 101001 1101101 10001 110011

Color Harmonies of #75976D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75976D

Black with #75976D

Text Example


Text Example

White with #75976D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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