Html Css Color HEX #759870 Amulet

📋 copy color: '#759870'

red 117 ◦ green 152 ◦ blue 112

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

Shades of Amulet #759870

Tints of Amulet #759870

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 29.4%

R = 30.71%
G = 39.9%
B = 29.4%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.26

 K value IS 0.40

RGB Variations

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

Color information

#759870 (or 0x759870) is known color: Amulet. HEX triplet: 75, 98 and 70. RGB value is (117,152,112). Sum of RGB (Red+Green+Blue) = 117+152+112=381 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.71% from 381); Green value is 152 (59.77% from 255 or 39.90% from 381); Blue value is 112 (44.14% from 255 or 29.40% from 381); Max value from RGB is 152 - color contains mainly: green. Hex color #759870 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759870 is #8A678F. Grayscale: #898989. Windows color (decimal): -9070480 or 7379061. OLE color: 7379061.

HSL color Cylindrical-coordinate representation of color #759870: hue angle of 112.5º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #759870 is Cyan = 0.23, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.40.

Color convert

RGB 117 152 112 -
CMYK 0.23 0 0.26 0.40
HSL 112.5º 0.16% 0.52% -
HSV(B) 112.5º 0.26% 0.6% -
XYZ 21.49 27.41 19.49 -
YUV 136.98 113.9 113.75 -
System Red Green Blue C M Y K H S L
Decimal 117 152 112 0.23 0 0.26 0.40 112.5 0.16 0.52
Hex 75 98 70 17 0 1A 28 70 10 34
Octal 165 230 160 27 0 32 50 160 20 64
Binary 1110101 10011000 1110000 10111 0 11010 101000 1110000 10000 110100

Color Harmonies of #759870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759870

Black with #759870

Text Example


Text Example

White with #759870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759870; }

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

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

background-color css

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

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

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

border-color css

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

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

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