Html Css Color HEX #75A54D Asparagus

📋 copy color: '#75A54D'

red 117 ◦ green 165 ◦ blue 77

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

Shades of Asparagus #75A54D

Tints of Asparagus #75A54D

RGB

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

 GREEN value IS 165 (64.84% from 255) = 45.96%

 BLUE value IS 77 (30.47% from 255) = 21.45%

R = 32.59%
G = 45.96%
B = 21.45%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.53

 K value IS 0.35

RGB Variations

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

Color information

#75A54D (or 0x75A54D) is known color: Asparagus. HEX triplet: 75, A5 and 4D. RGB value is (117,165,77). Sum of RGB (Red+Green+Blue) = 117+165+77=359 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.59% from 359); Green value is 165 (64.84% from 255 or 45.96% from 359); Blue value is 77 (30.47% from 255 or 21.45% from 359); Max value from RGB is 165 - color contains mainly: green. Hex color #75A54D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75A54D is #8A5AB2. Grayscale: #8C8C8C. Windows color (decimal): -9067187 or 5088629. OLE color: 5088629.

HSL color Cylindrical-coordinate representation of color #75A54D: hue angle of 92.73º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #75A54D is Cyan = 0.29, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.35.

Color convert

RGB 117 165 77 -
CMYK 0.29 0 0.53 0.35
HSL 92.73º 0.36% 0.47% -
HSV(B) 92.73º 0.53% 0.65% -
XYZ 22.13 31.23 11.88 -
YUV 140.62 92.1 111.16 -
System Red Green Blue C M Y K H S L
Decimal 117 165 77 0.29 0 0.53 0.35 92.73 0.36 0.47
Hex 75 A5 4D 1D 0 35 23 5D 24 2F
Octal 165 245 115 35 0 65 43 135 44 57
Binary 1110101 10100101 1001101 11101 0 110101 100011 1011101 100100 101111

Color Harmonies of #75A54D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A54D

Black with #75A54D

Text Example


Text Example

White with #75A54D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,165,77); }

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

background-color css

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

 a { background-color: rgb(117,165,77); }

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

border-color css

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

 span { border-color: rgb(117,165,77); }

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