Html Css Color HEX #75994F Asparagus

📋 copy color: '#75994F'

red 117 ◦ green 153 ◦ blue 79

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

Shades of Asparagus #75994F

Tints of Asparagus #75994F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 22.64%

R = 33.52%
G = 43.84%
B = 22.64%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.48

 K value IS 0.4

RGB Variations

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

Color information

#75994F (or 0x75994F) is known color: Asparagus. HEX triplet: 75, 99 and 4F. RGB value is (117,153,79). Sum of RGB (Red+Green+Blue) = 117+153+79=349 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.52% from 349); Green value is 153 (60.16% from 255 or 43.84% from 349); Blue value is 79 (31.25% from 255 or 22.64% from 349); Max value from RGB is 153 - color contains mainly: green. Hex color #75994F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75994F is #8A66B0. Grayscale: #868686. Windows color (decimal): -9070257 or 5216629. OLE color: 5216629.

HSL color Cylindrical-coordinate representation of color #75994F: hue angle of 89.19º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #75994F is Cyan = 0.24, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.4.

Color convert

RGB 117 153 79 -
CMYK 0.24 0 0.48 0.4
HSL 89.19º 0.32% 0.45% -
HSV(B) 89.19º 0.48% 0.6% -
XYZ 20.14 27.13 11.57 -
YUV 133.8 97.07 116.02 -
System Red Green Blue C M Y K H S L
Decimal 117 153 79 0.24 0 0.48 0.4 89.19 0.32 0.45
Hex 75 99 4F 18 0 30 28 59 20 2D
Octal 165 231 117 30 0 60 50 131 40 55
Binary 1110101 10011001 1001111 11000 0 110000 101000 1011001 100000 101101

Color Harmonies of #75994F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75994F

Black with #75994F

Text Example


Text Example

White with #75994F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75994F; }

 p { color: rgb(117,153,79); }

 H1.HeaderClassName
 {
   color: #75994F;
 }
 .AnyTagClassName
 {
   color: #75994F;
 }
</style>

background-color css

<style>
 a { background-color: #75994F; }

 a { background-color: rgb(117,153,79); }

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

border-color css

<style>
 span { border-color: #75994F; }

 span { border-color: rgb(117,153,79); }

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