Html Css Color HEX #75AC5E Asparagus

📋 copy color: '#75AC5E'

red 117 ◦ green 172 ◦ blue 94

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

Shades of Asparagus #75AC5E

Tints of Asparagus #75AC5E

RGB

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

 GREEN value IS 172 (67.58% from 255) = 44.91%

 BLUE value IS 94 (37.11% from 255) = 24.54%

R = 30.55%
G = 44.91%
B = 24.54%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#75AC5E (or 0x75AC5E) is known color: Asparagus. HEX triplet: 75, AC and 5E. RGB value is (117,172,94). Sum of RGB (Red+Green+Blue) = 117+172+94=383 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.55% from 383); Green value is 172 (67.58% from 255 or 44.91% from 383); Blue value is 94 (37.11% from 255 or 24.54% from 383); Max value from RGB is 172 - color contains mainly: green. Hex color #75AC5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75AC5E is #8A53A1. Grayscale: #929292. Windows color (decimal): -9065378 or 6204533. OLE color: 6204533.

HSL color Cylindrical-coordinate representation of color #75AC5E: hue angle of 102.31º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #75AC5E is Cyan = 0.32, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.

Color convert

RGB 117 172 94 -
CMYK 0.32 0 0.45 0.33
HSL 102.31º 0.32% 0.52% -
HSV(B) 102.31º 0.45% 0.67% -
XYZ 24.11 34.1 15.9 -
YUV 146.66 98.28 106.84 -
System Red Green Blue C M Y K H S L
Decimal 117 172 94 0.32 0 0.45 0.33 102.31 0.32 0.52
Hex 75 AC 5E 20 0 2D 21 66 20 34
Octal 165 254 136 40 0 55 41 146 40 64
Binary 1110101 10101100 1011110 100000 0 101101 100001 1100110 100000 110100

Color Harmonies of #75AC5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75AC5E

Black with #75AC5E

Text Example


Text Example

White with #75AC5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,172,94); }

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

background-color css

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

 a { background-color: rgb(117,172,94); }

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

border-color css

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

 span { border-color: rgb(117,172,94); }

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