Html Css Color HEX #75A144 Asparagus

📋 copy color: '#75A144'

red 117 ◦ green 161 ◦ blue 68

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

Shades of Asparagus #75A144

Tints of Asparagus #75A144

RGB

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

 GREEN value IS 161 (63.28% from 255) = 46.53%

 BLUE value IS 68 (26.95% from 255) = 19.65%

R = 33.82%
G = 46.53%
B = 19.65%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.58

 K value IS 0.37

RGB Variations

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

Color information

#75A144 (or 0x75A144) is known color: Asparagus. HEX triplet: 75, A1 and 44. RGB value is (117,161,68). Sum of RGB (Red+Green+Blue) = 117+161+68=346 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.82% from 346); Green value is 161 (63.28% from 255 or 46.53% from 346); Blue value is 68 (26.95% from 255 or 19.65% from 346); Max value from RGB is 161 - color contains mainly: green. Hex color #75A144 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75A144 is #8A5EBB. Grayscale: #898989. Windows color (decimal): -9068220 or 4497781. OLE color: 4497781.

HSL color Cylindrical-coordinate representation of color #75A144: hue angle of 88.39º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #75A144 is Cyan = 0.27, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.37.

Color convert

RGB 117 161 68 -
CMYK 0.27 0 0.58 0.37
HSL 88.39º 0.41% 0.45% -
HSV(B) 88.39º 0.58% 0.63% -
XYZ 21.12 29.69 10.09 -
YUV 137.24 88.92 113.56 -
System Red Green Blue C M Y K H S L
Decimal 117 161 68 0.27 0 0.58 0.37 88.39 0.41 0.45
Hex 75 A1 44 1B 0 3A 25 58 29 2D
Octal 165 241 104 33 0 72 45 130 51 55
Binary 1110101 10100001 1000100 11011 0 111010 100101 1011000 101001 101101

Color Harmonies of #75A144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A144

Black with #75A144

Text Example


Text Example

White with #75A144

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,161,68); }

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

background-color css

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

 a { background-color: rgb(117,161,68); }

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

border-color css

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

 span { border-color: rgb(117,161,68); }

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