Html Css Color HEX #75996F Amulet

📋 copy color: '#75996F'

red 117 ◦ green 153 ◦ blue 111

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

Shades of Amulet #75996F

Tints of Amulet #75996F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 40.16%

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

R = 30.71%
G = 40.16%
B = 29.13%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.27

 K value IS 0.4

RGB Variations

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

Color information

#75996F (or 0x75996F) is known color: Amulet. HEX triplet: 75, 99 and 6F. RGB value is (117,153,111). Sum of RGB (Red+Green+Blue) = 117+153+111=381 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.71% from 381); Green value is 153 (60.16% from 255 or 40.16% from 381); Blue value is 111 (43.75% from 255 or 29.13% from 381); Max value from RGB is 153 - color contains mainly: green. Hex color #75996F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75996F is #8A6690. Grayscale: #898989. Windows color (decimal): -9070225 or 7313781. OLE color: 7313781.

HSL color Cylindrical-coordinate representation of color #75996F: hue angle of 111.43º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #75996F is Cyan = 0.24, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.4.

Color convert

RGB 117 153 111 -
CMYK 0.24 0 0.27 0.4
HSL 111.43º 0.17% 0.52% -
HSV(B) 111.43º 0.27% 0.6% -
XYZ 21.6 27.71 19.25 -
YUV 137.45 113.07 113.42 -
System Red Green Blue C M Y K H S L
Decimal 117 153 111 0.24 0 0.27 0.4 111.43 0.17 0.52
Hex 75 99 6F 18 0 1B 28 6F 11 34
Octal 165 231 157 30 0 33 50 157 21 64
Binary 1110101 10011001 1101111 11000 0 11011 101000 1101111 10001 110100

Color Harmonies of #75996F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75996F

Black with #75996F

Text Example


Text Example

White with #75996F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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