Html Css Color HEX #759670 Amulet

📋 copy color: '#759670'

red 117 ◦ green 150 ◦ blue 112

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

Shades of Amulet #759670

Tints of Amulet #759670

RGB

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

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

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

R = 30.87%
G = 39.58%
B = 29.55%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.25

 K value IS 0.41

RGB Variations

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

Color information

#759670 (or 0x759670) is known color: Amulet. HEX triplet: 75, 96 and 70. RGB value is (117,150,112). Sum of RGB (Red+Green+Blue) = 117+150+112=379 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.87% from 379); Green value is 150 (58.98% from 255 or 39.58% from 379); Blue value is 112 (44.14% from 255 or 29.55% from 379); Max value from RGB is 150 - color contains mainly: green. Hex color #759670 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759670 is #8A698F. Grayscale: #878787. Windows color (decimal): -9070992 or 7378549. OLE color: 7378549.

HSL color Cylindrical-coordinate representation of color #759670: hue angle of 112.11º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #759670 is Cyan = 0.22, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.41.

Color convert

RGB 117 150 112 -
CMYK 0.22 0 0.25 0.41
HSL 112.11º 0.15% 0.51% -
HSV(B) 112.11º 0.25% 0.59% -
XYZ 21.17 26.76 19.38 -
YUV 135.8 114.57 114.59 -
System Red Green Blue C M Y K H S L
Decimal 117 150 112 0.22 0 0.25 0.41 112.11 0.15 0.51
Hex 75 96 70 16 0 19 29 70 F 33
Octal 165 226 160 26 0 31 51 160 17 63
Binary 1110101 10010110 1110000 10110 0 11001 101001 1110000 1111 110011

Color Harmonies of #759670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759670

Black with #759670

Text Example


Text Example

White with #759670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759670; }

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

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

background-color css

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

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

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

border-color css

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

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

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