Html Css Color HEX #75A458 Asparagus

📋 copy color: '#75A458'

red 117 ◦ green 164 ◦ blue 88

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

Shades of Asparagus #75A458

Tints of Asparagus #75A458

RGB

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

 GREEN value IS 164 (64.45% from 255) = 44.44%

 BLUE value IS 88 (34.77% from 255) = 23.85%

R = 31.71%
G = 44.44%
B = 23.85%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.46

 K value IS 0.36

RGB Variations

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

Color information

#75A458 (or 0x75A458) is known color: Asparagus. HEX triplet: 75, A4 and 58. RGB value is (117,164,88). Sum of RGB (Red+Green+Blue) = 117+164+88=369 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.71% from 369); Green value is 164 (64.45% from 255 or 44.44% from 369); Blue value is 88 (34.77% from 255 or 23.85% from 369); Max value from RGB is 164 - color contains mainly: green. Hex color #75A458 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75A458 is #8A5BA7. Grayscale: #8D8D8D. Windows color (decimal): -9067432 or 5809269. OLE color: 5809269.

HSL color Cylindrical-coordinate representation of color #75A458: hue angle of 97.11º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #75A458 is Cyan = 0.29, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.36.

Color convert

RGB 117 164 88 -
CMYK 0.29 0 0.46 0.36
HSL 97.11º 0.3% 0.49% -
HSV(B) 97.11º 0.46% 0.64% -
XYZ 22.37 31.04 14.04 -
YUV 141.28 97.93 110.68 -
System Red Green Blue C M Y K H S L
Decimal 117 164 88 0.29 0 0.46 0.36 97.11 0.3 0.49
Hex 75 A4 58 1D 0 2E 24 61 1E 31
Octal 165 244 130 35 0 56 44 141 36 61
Binary 1110101 10100100 1011000 11101 0 101110 100100 1100001 11110 110001

Color Harmonies of #75A458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A458

Black with #75A458

Text Example


Text Example

White with #75A458

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,164,88); }

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

background-color css

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

 a { background-color: rgb(117,164,88); }

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

border-color css

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

 span { border-color: rgb(117,164,88); }

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