Html Css Color HEX #75AF65 Amulet

📋 copy color: '#75AF65'

red 117 ◦ green 175 ◦ blue 101

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

Shades of Amulet #75AF65

Tints of Amulet #75AF65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 25.7%

R = 29.77%
G = 44.53%
B = 25.7%

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

#75AF65 (or 0x75AF65) is known color: Amulet. HEX triplet: 75, AF and 65. RGB value is (117,175,101). Sum of RGB (Red+Green+Blue) = 117+175+101=393 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.77% from 393); Green value is 175 (68.75% from 255 or 44.53% from 393); Blue value is 101 (39.84% from 255 or 25.70% from 393); Max value from RGB is 175 - color contains mainly: green. Hex color #75AF65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75AF65 is #8A509A. Grayscale: #959595. Windows color (decimal): -9064603 or 6664053. OLE color: 6664053.

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

Color convert

RGB 117 175 101 -
CMYK 0.33 0 0.42 0.31
HSL 107.03º 0.32% 0.54% -
HSV(B) 107.03º 0.42% 0.69% -
XYZ 25.02 35.38 17.82 -
YUV 149.22 100.78 105.02 -
System Red Green Blue C M Y K H S L
Decimal 117 175 101 0.33 0 0.42 0.31 107.03 0.32 0.54
Hex 75 AF 65 21 0 2A 1F 6B 20 36
Octal 165 257 145 41 0 52 37 153 40 66
Binary 1110101 10101111 1100101 100001 0 101010 11111 1101011 100000 110110

Color Harmonies of #75AF65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75AF65

Black with #75AF65

Text Example


Text Example

White with #75AF65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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