Html Css Color HEX #759872 Amulet

📋 copy color: '#759872'

red 117 ◦ green 152 ◦ blue 114

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

Shades of Amulet #759872

Tints of Amulet #759872

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 29.77%

R = 30.55%
G = 39.69%
B = 29.77%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.25

 K value IS 0.40

RGB Variations

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

Color information

#759872 (or 0x759872) is known color: Amulet. HEX triplet: 75, 98 and 72. RGB value is (117,152,114). Sum of RGB (Red+Green+Blue) = 117+152+114=383 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.55% from 383); Green value is 152 (59.77% from 255 or 39.69% from 383); Blue value is 114 (44.92% from 255 or 29.77% from 383); Max value from RGB is 152 - color contains mainly: green. Hex color #759872 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759872 is #8A678D. Grayscale: #898989. Windows color (decimal): -9070478 or 7510133. OLE color: 7510133.

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

Color convert

RGB 117 152 114 -
CMYK 0.23 0 0.25 0.40
HSL 115.26º 0.16% 0.52% -
HSV(B) 115.26º 0.25% 0.6% -
XYZ 21.6 27.45 20.08 -
YUV 137.2 114.9 113.59 -
System Red Green Blue C M Y K H S L
Decimal 117 152 114 0.23 0 0.25 0.40 115.26 0.16 0.52
Hex 75 98 72 17 0 19 28 73 10 34
Octal 165 230 162 27 0 31 50 163 20 64
Binary 1110101 10011000 1110010 10111 0 11001 101000 1110011 10000 110100

Color Harmonies of #759872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759872

Black with #759872

Text Example


Text Example

White with #759872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759872; }

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

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

background-color css

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

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

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

border-color css

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

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

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