Html Css Color HEX #75966E Amulet

📋 copy color: '#75966E'

red 117 ◦ green 150 ◦ blue 110

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

Shades of Amulet #75966E

Tints of Amulet #75966E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 29.18%

R = 31.03%
G = 39.79%
B = 29.18%

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

#75966E (or 0x75966E) is known color: Amulet. HEX triplet: 75, 96 and 6E. RGB value is (117,150,110). Sum of RGB (Red+Green+Blue) = 117+150+110=377 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.03% from 377); Green value is 150 (58.98% from 255 or 39.79% from 377); Blue value is 110 (43.36% from 255 or 29.18% from 377); Max value from RGB is 150 - color contains mainly: green. Hex color #75966E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75966E is #8A6991. Grayscale: #878787. Windows color (decimal): -9070994 or 7247477. OLE color: 7247477.

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

Color convert

RGB 117 150 110 -
CMYK 0.22 0 0.27 0.41
HSL 109.5º 0.16% 0.51% -
HSV(B) 109.5º 0.27% 0.59% -
XYZ 21.06 26.72 18.8 -
YUV 135.57 113.57 114.75 -
System Red Green Blue C M Y K H S L
Decimal 117 150 110 0.22 0 0.27 0.41 109.5 0.16 0.51
Hex 75 96 6E 16 0 1B 29 6E 10 33
Octal 165 226 156 26 0 33 51 156 20 63
Binary 1110101 10010110 1101110 10110 0 11011 101001 1101110 10000 110011

Color Harmonies of #75966E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75966E

Black with #75966E

Text Example


Text Example

White with #75966E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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