Html Css Color HEX #75A448 Asparagus

📋 copy color: '#75A448'

red 117 ◦ green 164 ◦ blue 72

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

Shades of Asparagus #75A448

Tints of Asparagus #75A448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 20.4%

R = 33.14%
G = 46.46%
B = 20.4%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#75A448 (or 0x75A448) is known color: Asparagus. HEX triplet: 75, A4 and 48. RGB value is (117,164,72). Sum of RGB (Red+Green+Blue) = 117+164+72=353 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.14% from 353); Green value is 164 (64.45% from 255 or 46.46% from 353); Blue value is 72 (28.52% from 255 or 20.40% from 353); Max value from RGB is 164 - color contains mainly: green. Hex color #75A448 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75A448 is #8A5BB7. Grayscale: #8B8B8B. Windows color (decimal): -9067448 or 4760693. OLE color: 4760693.

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

Color convert

RGB 117 164 72 -
CMYK 0.29 0 0.56 0.36
HSL 90.65º 0.39% 0.46% -
HSV(B) 90.65º 0.56% 0.64% -
XYZ 21.78 30.8 10.93 -
YUV 139.46 89.93 111.98 -
System Red Green Blue C M Y K H S L
Decimal 117 164 72 0.29 0 0.56 0.36 90.65 0.39 0.46
Hex 75 A4 48 1D 0 38 24 5B 27 2E
Octal 165 244 110 35 0 70 44 133 47 56
Binary 1110101 10100100 1001000 11101 0 111000 100100 1011011 100111 101110

Color Harmonies of #75A448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A448

Black with #75A448

Text Example


Text Example

White with #75A448

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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