Html Css Color HEX #75AC70 Amulet

📋 copy color: '#75AC70'

red 117 ◦ green 172 ◦ blue 112

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

Shades of Amulet #75AC70

Tints of Amulet #75AC70

RGB

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

 GREEN value IS 172 (67.58% from 255) = 42.89%

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

R = 29.18%
G = 42.89%
B = 27.93%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#75AC70 (or 0x75AC70) is known color: Amulet. HEX triplet: 75, AC and 70. RGB value is (117,172,112). Sum of RGB (Red+Green+Blue) = 117+172+112=401 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.18% from 401); Green value is 172 (67.58% from 255 or 42.89% from 401); Blue value is 112 (44.14% from 255 or 27.93% from 401); Max value from RGB is 172 - color contains mainly: green. Hex color #75AC70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75AC70 is #8A538F. Grayscale: #949494. Windows color (decimal): -9065360 or 7384181. OLE color: 7384181.

HSL color Cylindrical-coordinate representation of color #75AC70: hue angle of 115º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #75AC70 is Cyan = 0.32, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB 117 172 112 -
CMYK 0.32 0 0.35 0.33
HSL 115º 0.27% 0.56% -
HSV(B) 115º 0.35% 0.67% -
XYZ 25.01 34.46 20.66 -
YUV 148.72 107.28 105.38 -
System Red Green Blue C M Y K H S L
Decimal 117 172 112 0.32 0 0.35 0.33 115 0.27 0.56
Hex 75 AC 70 20 0 23 21 73 1B 38
Octal 165 254 160 40 0 43 41 163 33 70
Binary 1110101 10101100 1110000 100000 0 100011 100001 1110011 11011 111000

Color Harmonies of #75AC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75AC70

Black with #75AC70

Text Example


Text Example

White with #75AC70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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