Html Css Color HEX #75AB66 Amulet

📋 copy color: '#75AB66'

red 117 ◦ green 171 ◦ blue 102

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

Shades of Amulet #75AB66

Tints of Amulet #75AB66

RGB

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

 GREEN value IS 171 (67.19% from 255) = 43.85%

 BLUE value IS 102 (40.23% from 255) = 26.15%

R = 30%
G = 43.85%
B = 26.15%

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

#75AB66 (or 0x75AB66) is known color: Amulet. HEX triplet: 75, AB and 66. RGB value is (117,171,102). Sum of RGB (Red+Green+Blue) = 117+171+102=390 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30% from 390); Green value is 171 (67.19% from 255 or 43.85% from 390); Blue value is 102 (40.23% from 255 or 26.15% from 390); Max value from RGB is 171 - color contains mainly: green. Hex color #75AB66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75AB66 is #8A5499. Grayscale: #939393. Windows color (decimal): -9065626 or 6728565. OLE color: 6728565.

HSL color Cylindrical-coordinate representation of color #75AB66: hue angle of 106.96º 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 #75AB66 is Cyan = 0.32, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.33.

Color convert

RGB 117 171 102 -
CMYK 0.32 0 0.40 0.33
HSL 106.96º 0.29% 0.54% -
HSV(B) 106.96º 0.4% 0.67% -
XYZ 24.3 33.87 17.83 -
YUV 146.99 102.61 106.61 -
System Red Green Blue C M Y K H S L
Decimal 117 171 102 0.32 0 0.40 0.33 106.96 0.29 0.54
Hex 75 AB 66 20 0 28 21 6B 1D 36
Octal 165 253 146 40 0 50 41 153 35 66
Binary 1110101 10101011 1100110 100000 0 101000 100001 1101011 11101 110110

Color Harmonies of #75AB66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75AB66

Black with #75AB66

Text Example


Text Example

White with #75AB66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,171,102); }

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

background-color css

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

 a { background-color: rgb(117,171,102); }

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

border-color css

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

 span { border-color: rgb(117,171,102); }

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