Html Css Color HEX #75A14F Asparagus

📋 copy color: '#75A14F'

red 117 ◦ green 161 ◦ blue 79

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

Shades of Asparagus #75A14F

Tints of Asparagus #75A14F

RGB

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

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

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

R = 32.77%
G = 45.1%
B = 22.13%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.51

 K value IS 0.37

RGB Variations

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

Color information

#75A14F (or 0x75A14F) is known color: Asparagus. HEX triplet: 75, A1 and 4F. RGB value is (117,161,79). Sum of RGB (Red+Green+Blue) = 117+161+79=357 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.77% from 357); Green value is 161 (63.28% from 255 or 45.10% from 357); Blue value is 79 (31.25% from 255 or 22.13% from 357); Max value from RGB is 161 - color contains mainly: green. Hex color #75A14F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75A14F is #8A5EB0. Grayscale: #8A8A8A. Windows color (decimal): -9068209 or 5218677. OLE color: 5218677.

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

Color convert

RGB 117 161 79 -
CMYK 0.27 0 0.51 0.37
HSL 92.2º 0.34% 0.47% -
HSV(B) 92.2º 0.51% 0.63% -
XYZ 21.49 29.84 12.02 -
YUV 138.5 94.42 112.67 -
System Red Green Blue C M Y K H S L
Decimal 117 161 79 0.27 0 0.51 0.37 92.2 0.34 0.47
Hex 75 A1 4F 1B 0 33 25 5C 22 2F
Octal 165 241 117 33 0 63 45 134 42 57
Binary 1110101 10100001 1001111 11011 0 110011 100101 1011100 100010 101111

Color Harmonies of #75A14F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A14F

Black with #75A14F

Text Example


Text Example

White with #75A14F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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