Html Css Color HEX #75A153 Asparagus

📋 copy color: '#75A153'

red 117 ◦ green 161 ◦ blue 83

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

Shades of Asparagus #75A153

Tints of Asparagus #75A153

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 22.99%

R = 32.41%
G = 44.6%
B = 22.99%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.48

 K value IS 0.37

RGB Variations

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

Color information

#75A153 (or 0x75A153) is known color: Asparagus. HEX triplet: 75, A1 and 53. RGB value is (117,161,83). Sum of RGB (Red+Green+Blue) = 117+161+83=361 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.41% from 361); Green value is 161 (63.28% from 255 or 44.60% from 361); Blue value is 83 (32.81% from 255 or 22.99% from 361); Max value from RGB is 161 - color contains mainly: green. Hex color #75A153 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75A153 is #8A5EAC. Grayscale: #8B8B8B. Windows color (decimal): -9068205 or 5480821. OLE color: 5480821.

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

Color convert

RGB 117 161 83 -
CMYK 0.27 0 0.48 0.37
HSL 93.85º 0.32% 0.48% -
HSV(B) 93.85º 0.48% 0.63% -
XYZ 21.64 29.9 12.81 -
YUV 138.95 96.42 112.34 -
System Red Green Blue C M Y K H S L
Decimal 117 161 83 0.27 0 0.48 0.37 93.85 0.32 0.48
Hex 75 A1 53 1B 0 30 25 5E 20 30
Octal 165 241 123 33 0 60 45 136 40 60
Binary 1110101 10100001 1010011 11011 0 110000 100101 1011110 100000 110000

Color Harmonies of #75A153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A153

Black with #75A153

Text Example


Text Example

White with #75A153

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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