Html Css Color HEX #73995A Asparagus

📋 copy color: '#73995A'

red 115 ◦ green 153 ◦ blue 90

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

Shades of Asparagus #73995A

Tints of Asparagus #73995A

RGB

 RED value IS 115 (45.31% from 255) = 32.12%

 GREEN value IS 153 (60.16% from 255) = 42.74%

 BLUE value IS 90 (35.55% from 255) = 25.14%

R = 32.12%
G = 42.74%
B = 25.14%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.41

 K value IS 0.4

RGB Variations

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

Color information

#73995A (or 0x73995A) is known color: Asparagus. HEX triplet: 73, 99 and 5A. RGB value is (115,153,90). Sum of RGB (Red+Green+Blue) = 115+153+90=358 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.12% from 358); Green value is 153 (60.16% from 255 or 42.74% from 358); Blue value is 90 (35.55% from 255 or 25.14% from 358); Max value from RGB is 153 - color contains mainly: green. Hex color #73995A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73995A is #8C66A5. Grayscale: #868686. Windows color (decimal): -9201318 or 5937523. OLE color: 5937523.

HSL color Cylindrical-coordinate representation of color #73995A: hue angle of 96.19º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #73995A is Cyan = 0.25, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.4.

Color convert

RGB 115 153 90 -
CMYK 0.25 0 0.41 0.4
HSL 96.19º 0.26% 0.48% -
HSV(B) 96.19º 0.41% 0.6% -
XYZ 20.31 27.17 13.85 -
YUV 134.46 102.91 114.12 -
System Red Green Blue C M Y K H S L
Decimal 115 153 90 0.25 0 0.41 0.4 96.19 0.26 0.48
Hex 73 99 5A 19 0 29 28 60 1A 30
Octal 163 231 132 31 0 51 50 140 32 60
Binary 1110011 10011001 1011010 11001 0 101001 101000 1100000 11010 110000

Color Harmonies of #73995A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73995A

Black with #73995A

Text Example


Text Example

White with #73995A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73995A; }

 p { color: rgb(115,153,90); }

 H1.HeaderClassName
 {
   color: #73995A;
 }
 .AnyTagClassName
 {
   color: #73995A;
 }
</style>

background-color css

<style>
 a { background-color: #73995A; }

 a { background-color: rgb(115,153,90); }

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

border-color css

<style>
 span { border-color: #73995A; }

 span { border-color: rgb(115,153,90); }

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