Html Css Color HEX #75986E Amulet

📋 copy color: '#75986E'

red 117 ◦ green 152 ◦ blue 110

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

Shades of Amulet #75986E

Tints of Amulet #75986E

RGB

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

 GREEN value IS 152 (59.77% from 255) = 40.11%

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

R = 30.87%
G = 40.11%
B = 29.02%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.28

 K value IS 0.40

RGB Variations

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

Color information

#75986E (or 0x75986E) is known color: Amulet. HEX triplet: 75, 98 and 6E. RGB value is (117,152,110). Sum of RGB (Red+Green+Blue) = 117+152+110=379 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.87% from 379); Green value is 152 (59.77% from 255 or 40.11% from 379); Blue value is 110 (43.36% from 255 or 29.02% from 379); Max value from RGB is 152 - color contains mainly: green. Hex color #75986E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75986E is #8A6791. Grayscale: #888888. Windows color (decimal): -9070482 or 7247989. OLE color: 7247989.

HSL color Cylindrical-coordinate representation of color #75986E: hue angle of 110º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #75986E is Cyan = 0.23, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.40.

Color convert

RGB 117 152 110 -
CMYK 0.23 0 0.28 0.40
HSL 110º 0.17% 0.51% -
HSV(B) 110º 0.28% 0.6% -
XYZ 21.38 27.36 18.91 -
YUV 136.75 112.9 113.92 -
System Red Green Blue C M Y K H S L
Decimal 117 152 110 0.23 0 0.28 0.40 110 0.17 0.51
Hex 75 98 6E 17 0 1C 28 6E 11 33
Octal 165 230 156 27 0 34 50 156 21 63
Binary 1110101 10011000 1101110 10111 0 11100 101000 1101110 10001 110011

Color Harmonies of #75986E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75986E

Black with #75986E

Text Example


Text Example

White with #75986E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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