Html Css Color HEX #75936F Amulet

📋 copy color: '#75936F'

red 117 ◦ green 147 ◦ blue 111

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

Shades of Amulet #75936F

Tints of Amulet #75936F

RGB

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

 GREEN value IS 147 (57.81% from 255) = 39.2%

 BLUE value IS 111 (43.75% from 255) = 29.6%

R = 31.2%
G = 39.2%
B = 29.6%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#75936F (or 0x75936F) is known color: Amulet. HEX triplet: 75, 93 and 6F. RGB value is (117,147,111). Sum of RGB (Red+Green+Blue) = 117+147+111=375 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.2% from 375); Green value is 147 (57.81% from 255 or 39.2% from 375); Blue value is 111 (43.75% from 255 or 29.6% from 375); Max value from RGB is 147 - color contains mainly: green. Hex color #75936F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75936F is #8A6C90. Grayscale: #868686. Windows color (decimal): -9071761 or 7312245. OLE color: 7312245.

HSL color Cylindrical-coordinate representation of color #75936F: hue angle of 110º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #75936F is Cyan = 0.20, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB 117 147 111 -
CMYK 0.20 0 0.24 0.42
HSL 110º 0.14% 0.51% -
HSV(B) 110º 0.24% 0.58% -
XYZ 20.64 25.8 18.93 -
YUV 133.93 115.06 115.93 -
System Red Green Blue C M Y K H S L
Decimal 117 147 111 0.20 0 0.24 0.42 110 0.14 0.51
Hex 75 93 6F 14 0 18 2A 6E E 33
Octal 165 223 157 24 0 30 52 156 16 63
Binary 1110101 10010011 1101111 10100 0 11000 101010 1101110 1110 110011

Color Harmonies of #75936F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75936F

Black with #75936F

Text Example


Text Example

White with #75936F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75936F; }

 p { color: rgb(117,147,111); }

 H1.HeaderClassName
 {
   color: #75936F;
 }
 .AnyTagClassName
 {
   color: #75936F;
 }
</style>

background-color css

<style>
 a { background-color: #75936F; }

 a { background-color: rgb(117,147,111); }

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

border-color css

<style>
 span { border-color: #75936F; }

 span { border-color: rgb(117,147,111); }

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