Html Css Color HEX #75AB6C Amulet

📋 copy color: '#75AB6C'

red 117 ◦ green 171 ◦ blue 108

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

Shades of Amulet #75AB6C

Tints of Amulet #75AB6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 27.27%

R = 29.55%
G = 43.18%
B = 27.27%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#75AB6C (or 0x75AB6C) is known color: Amulet. HEX triplet: 75, AB and 6C. RGB value is (117,171,108). Sum of RGB (Red+Green+Blue) = 117+171+108=396 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.55% from 396); Green value is 171 (67.19% from 255 or 43.18% from 396); Blue value is 108 (42.58% from 255 or 27.27% from 396); Max value from RGB is 171 - color contains mainly: green. Hex color #75AB6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75AB6C is #8A5493. Grayscale: #939393. Windows color (decimal): -9065620 or 7121781. OLE color: 7121781.

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

Color convert

RGB 117 171 108 -
CMYK 0.32 0 0.37 0.33
HSL 111.43º 0.27% 0.55% -
HSV(B) 111.43º 0.37% 0.67% -
XYZ 24.61 33.99 19.45 -
YUV 147.67 105.61 106.12 -
System Red Green Blue C M Y K H S L
Decimal 117 171 108 0.32 0 0.37 0.33 111.43 0.27 0.55
Hex 75 AB 6C 20 0 25 21 6F 1B 37
Octal 165 253 154 40 0 45 41 157 33 67
Binary 1110101 10101011 1101100 100000 0 100101 100001 1101111 11011 110111

Color Harmonies of #75AB6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75AB6C

Black with #75AB6C

Text Example


Text Example

White with #75AB6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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