Html Css Color HEX #75AC68 Amulet

📋 copy color: '#75AC68'

red 117 ◦ green 172 ◦ blue 104

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

Shades of Amulet #75AC68

Tints of Amulet #75AC68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 26.46%

R = 29.77%
G = 43.77%
B = 26.46%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.40

 K value IS 0.33

RGB Variations

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

Color information

#75AC68 (or 0x75AC68) is known color: Amulet. HEX triplet: 75, AC and 68. RGB value is (117,172,104). Sum of RGB (Red+Green+Blue) = 117+172+104=393 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.77% from 393); Green value is 172 (67.58% from 255 or 43.77% from 393); Blue value is 104 (41.02% from 255 or 26.46% from 393); Max value from RGB is 172 - color contains mainly: green. Hex color #75AC68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75AC68 is #8A5397. Grayscale: #949494. Windows color (decimal): -9065368 or 6859893. OLE color: 6859893.

HSL color Cylindrical-coordinate representation of color #75AC68: hue angle of 108.53º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #75AC68 is Cyan = 0.32, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.33.

Color convert

RGB 117 172 104 -
CMYK 0.32 0 0.40 0.33
HSL 108.53º 0.29% 0.54% -
HSV(B) 108.53º 0.4% 0.67% -
XYZ 24.59 34.29 18.42 -
YUV 147.8 103.28 106.03 -
System Red Green Blue C M Y K H S L
Decimal 117 172 104 0.32 0 0.40 0.33 108.53 0.29 0.54
Hex 75 AC 68 20 0 28 21 6D 1D 36
Octal 165 254 150 40 0 50 41 155 35 66
Binary 1110101 10101100 1101000 100000 0 101000 100001 1101101 11101 110110

Color Harmonies of #75AC68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75AC68

Black with #75AC68

Text Example


Text Example

White with #75AC68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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