Html Css Color HEX #75AF66 Amulet

📋 copy color: '#75AF66'

red 117 ◦ green 175 ◦ blue 102

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

Shades of Amulet #75AF66

Tints of Amulet #75AF66

RGB

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

 GREEN value IS 175 (68.75% from 255) = 44.42%

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

R = 29.7%
G = 44.42%
B = 25.89%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#75AF66 (or 0x75AF66) is known color: Amulet. HEX triplet: 75, AF and 66. RGB value is (117,175,102). Sum of RGB (Red+Green+Blue) = 117+175+102=394 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.70% from 394); Green value is 175 (68.75% from 255 or 44.42% from 394); Blue value is 102 (40.23% from 255 or 25.89% from 394); Max value from RGB is 175 - color contains mainly: green. Hex color #75AF66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75AF66 is #8A5099. Grayscale: #959595. Windows color (decimal): -9064602 or 6729589. OLE color: 6729589.

HSL color Cylindrical-coordinate representation of color #75AF66: hue angle of 107.67º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #75AF66 is Cyan = 0.33, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB 117 175 102 -
CMYK 0.33 0 0.42 0.31
HSL 107.67º 0.31% 0.54% -
HSV(B) 107.67º 0.42% 0.69% -
XYZ 25.06 35.4 18.08 -
YUV 149.34 101.28 104.94 -
System Red Green Blue C M Y K H S L
Decimal 117 175 102 0.33 0 0.42 0.31 107.67 0.31 0.54
Hex 75 AF 66 21 0 2A 1F 6C 1F 36
Octal 165 257 146 41 0 52 37 154 37 66
Binary 1110101 10101111 1100110 100001 0 101010 11111 1101100 11111 110110

Color Harmonies of #75AF66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75AF66

Black with #75AF66

Text Example


Text Example

White with #75AF66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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