Html Css Color HEX #75AF64 Amulet

📋 copy color: '#75AF64'

red 117 ◦ green 175 ◦ blue 100

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

Shades of Amulet #75AF64

Tints of Amulet #75AF64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 25.51%

R = 29.85%
G = 44.64%
B = 25.51%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#75AF64 (or 0x75AF64) is known color: Amulet. HEX triplet: 75, AF and 64. RGB value is (117,175,100). Sum of RGB (Red+Green+Blue) = 117+175+100=392 (51% of max value = 765). Red value is 117 (46.09% from 255 or 29.85% from 392); Green value is 175 (68.75% from 255 or 44.64% from 392); Blue value is 100 (39.45% from 255 or 25.51% from 392); Max value from RGB is 175 - color contains mainly: green. Hex color #75AF64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75AF64 is #8A509B. Grayscale: #959595. Windows color (decimal): -9064604 or 6598517. OLE color: 6598517.

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

Color convert

RGB 117 175 100 -
CMYK 0.33 0 0.43 0.31
HSL 106.4º 0.32% 0.54% -
HSV(B) 106.4º 0.43% 0.69% -
XYZ 24.97 35.36 17.57 -
YUV 149.11 100.28 105.1 -
System Red Green Blue C M Y K H S L
Decimal 117 175 100 0.33 0 0.43 0.31 106.4 0.32 0.54
Hex 75 AF 64 21 0 2B 1F 6A 20 36
Octal 165 257 144 41 0 53 37 152 40 66
Binary 1110101 10101111 1100100 100001 0 101011 11111 1101010 100000 110110

Color Harmonies of #75AF64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75AF64

Black with #75AF64

Text Example


Text Example

White with #75AF64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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