Html Css Color HEX #75A151 Asparagus

📋 copy color: '#75A151'

red 117 ◦ green 161 ◦ blue 81

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

Shades of Asparagus #75A151

Tints of Asparagus #75A151

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 22.56%

R = 32.59%
G = 44.85%
B = 22.56%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.50

 K value IS 0.37

RGB Variations

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

Color information

#75A151 (or 0x75A151) is known color: Asparagus. HEX triplet: 75, A1 and 51. RGB value is (117,161,81). Sum of RGB (Red+Green+Blue) = 117+161+81=359 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.59% from 359); Green value is 161 (63.28% from 255 or 44.85% from 359); Blue value is 81 (32.03% from 255 or 22.56% from 359); Max value from RGB is 161 - color contains mainly: green. Hex color #75A151 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75A151 is #8A5EAE. Grayscale: #8B8B8B. Windows color (decimal): -9068207 or 5349749. OLE color: 5349749.

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

Color convert

RGB 117 161 81 -
CMYK 0.27 0 0.50 0.37
HSL 93º 0.33% 0.47% -
HSV(B) 93º 0.5% 0.63% -
XYZ 21.57 29.87 12.41 -
YUV 138.72 95.42 112.5 -
System Red Green Blue C M Y K H S L
Decimal 117 161 81 0.27 0 0.50 0.37 93 0.33 0.47
Hex 75 A1 51 1B 0 32 25 5D 21 2F
Octal 165 241 121 33 0 62 45 135 41 57
Binary 1110101 10100001 1010001 11011 0 110010 100101 1011101 100001 101111

Color Harmonies of #75A151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A151

Black with #75A151

Text Example


Text Example

White with #75A151

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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