Html Css Color HEX #75A546 Asparagus

📋 copy color: '#75A546'

red 117 ◦ green 165 ◦ blue 70

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

Shades of Asparagus #75A546

Tints of Asparagus #75A546

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 19.89%

R = 33.24%
G = 46.88%
B = 19.89%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.58

 K value IS 0.35

RGB Variations

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

Color information

#75A546 (or 0x75A546) is known color: Asparagus. HEX triplet: 75, A5 and 46. RGB value is (117,165,70). Sum of RGB (Red+Green+Blue) = 117+165+70=352 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.24% from 352); Green value is 165 (64.84% from 255 or 46.88% from 352); Blue value is 70 (27.73% from 255 or 19.89% from 352); Max value from RGB is 165 - color contains mainly: green. Hex color #75A546 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75A546 is #8A5AB9. Grayscale: #8C8C8C. Windows color (decimal): -9067194 or 4629877. OLE color: 4629877.

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

Color convert

RGB 117 165 70 -
CMYK 0.29 0 0.58 0.35
HSL 90.32º 0.4% 0.46% -
HSV(B) 90.32º 0.58% 0.65% -
XYZ 21.9 31.13 10.65 -
YUV 139.82 88.6 111.72 -
System Red Green Blue C M Y K H S L
Decimal 117 165 70 0.29 0 0.58 0.35 90.32 0.4 0.46
Hex 75 A5 46 1D 0 3A 23 5A 28 2E
Octal 165 245 106 35 0 72 43 132 50 56
Binary 1110101 10100101 1000110 11101 0 111010 100011 1011010 101000 101110

Color Harmonies of #75A546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A546

Black with #75A546

Text Example


Text Example

White with #75A546

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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