Html Css Color HEX #75966C Amulet

📋 copy color: '#75966C'

red 117 ◦ green 150 ◦ blue 108

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

Shades of Amulet #75966C

Tints of Amulet #75966C

RGB

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

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

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

R = 31.2%
G = 40%
B = 28.8%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.28

 K value IS 0.41

RGB Variations

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

Color information

#75966C (or 0x75966C) is known color: Amulet. HEX triplet: 75, 96 and 6C. RGB value is (117,150,108). Sum of RGB (Red+Green+Blue) = 117+150+108=375 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.2% from 375); Green value is 150 (58.98% from 255 or 40% from 375); Blue value is 108 (42.58% from 255 or 28.8% from 375); Max value from RGB is 150 - color contains mainly: green. Hex color #75966C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75966C is #8A6993. Grayscale: #878787. Windows color (decimal): -9070996 or 7116405. OLE color: 7116405.

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

Color convert

RGB 117 150 108 -
CMYK 0.22 0 0.28 0.41
HSL 107.14º 0.17% 0.51% -
HSV(B) 107.14º 0.28% 0.59% -
XYZ 20.95 26.68 18.23 -
YUV 135.35 112.57 114.92 -
System Red Green Blue C M Y K H S L
Decimal 117 150 108 0.22 0 0.28 0.41 107.14 0.17 0.51
Hex 75 96 6C 16 0 1C 29 6B 11 33
Octal 165 226 154 26 0 34 51 153 21 63
Binary 1110101 10010110 1101100 10110 0 11100 101001 1101011 10001 110011

Color Harmonies of #75966C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75966C

Black with #75966C

Text Example


Text Example

White with #75966C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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