Html Css Color HEX #75A56E Amulet

📋 copy color: '#75A56E'

red 117 ◦ green 165 ◦ blue 110

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

Shades of Amulet #75A56E

Tints of Amulet #75A56E

RGB

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

 GREEN value IS 165 (64.84% from 255) = 42.09%

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

R = 29.85%
G = 42.09%
B = 28.06%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#75A56E (or 0x75A56E) is known color: Amulet. HEX triplet: 75, A5 and 6E. RGB value is (117,165,110). Sum of RGB (Red+Green+Blue) = 117+165+110=392 (51% of max value = 765). Red value is 117 (46.09% from 255 or 29.85% from 392); Green value is 165 (64.84% from 255 or 42.09% from 392); Blue value is 110 (43.36% from 255 or 28.06% from 392); Max value from RGB is 165 - color contains mainly: green. Hex color #75A56E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75A56E is #8A5A91. Grayscale: #909090. Windows color (decimal): -9067154 or 7251317. OLE color: 7251317.

HSL color Cylindrical-coordinate representation of color #75A56E: hue angle of 112.36º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #75A56E is Cyan = 0.29, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB 117 165 110 -
CMYK 0.29 0 0.33 0.35
HSL 112.36º 0.23% 0.54% -
HSV(B) 112.36º 0.33% 0.65% -
XYZ 23.61 31.82 19.65 -
YUV 144.38 108.6 108.47 -
System Red Green Blue C M Y K H S L
Decimal 117 165 110 0.29 0 0.33 0.35 112.36 0.23 0.54
Hex 75 A5 6E 1D 0 21 23 70 17 36
Octal 165 245 156 35 0 41 43 160 27 66
Binary 1110101 10100101 1101110 11101 0 100001 100011 1110000 10111 110110

Color Harmonies of #75A56E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A56E

Black with #75A56E

Text Example


Text Example

White with #75A56E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75A56E; }

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

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

background-color css

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

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

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

border-color css

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

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

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