Html Css Color HEX #75AF55 Asparagus

📋 copy color: '#75AF55'

red 117 ◦ green 175 ◦ blue 85

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

Shades of Asparagus #75AF55

Tints of Asparagus #75AF55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 22.55%

R = 31.03%
G = 46.42%
B = 22.55%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#75AF55 (or 0x75AF55) is known color: Asparagus. HEX triplet: 75, AF and 55. RGB value is (117,175,85). Sum of RGB (Red+Green+Blue) = 117+175+85=377 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.03% from 377); Green value is 175 (68.75% from 255 or 46.42% from 377); Blue value is 85 (33.59% from 255 or 22.55% from 377); Max value from RGB is 175 - color contains mainly: green. Hex color #75AF55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75AF55 is #8A50AA. Grayscale: #939393. Windows color (decimal): -9064619 or 5615477. OLE color: 5615477.

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

Color convert

RGB 117 175 85 -
CMYK 0.33 0 0.51 0.31
HSL 98.67º 0.36% 0.51% -
HSV(B) 98.67º 0.51% 0.69% -
XYZ 24.31 35.1 14.09 -
YUV 147.4 92.78 106.32 -
System Red Green Blue C M Y K H S L
Decimal 117 175 85 0.33 0 0.51 0.31 98.67 0.36 0.51
Hex 75 AF 55 21 0 33 1F 63 24 33
Octal 165 257 125 41 0 63 37 143 44 63
Binary 1110101 10101111 1010101 100001 0 110011 11111 1100011 100100 110011

Color Harmonies of #75AF55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75AF55

Black with #75AF55

Text Example


Text Example

White with #75AF55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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