Html Css Color HEX #75A85B Asparagus

📋 copy color: '#75A85B'

red 117 ◦ green 168 ◦ blue 91

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

Shades of Asparagus #75A85B

Tints of Asparagus #75A85B

RGB

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

 GREEN value IS 168 (66.02% from 255) = 44.68%

 BLUE value IS 91 (35.94% from 255) = 24.2%

R = 31.12%
G = 44.68%
B = 24.2%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.46

 K value IS 0.34

RGB Variations

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

Color information

#75A85B (or 0x75A85B) is known color: Asparagus. HEX triplet: 75, A8 and 5B. RGB value is (117,168,91). Sum of RGB (Red+Green+Blue) = 117+168+91=376 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.12% from 376); Green value is 168 (66.02% from 255 or 44.68% from 376); Blue value is 91 (35.94% from 255 or 24.20% from 376); Max value from RGB is 168 - color contains mainly: green. Hex color #75A85B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75A85B is #8A57A4. Grayscale: #909090. Windows color (decimal): -9066405 or 6006901. OLE color: 6006901.

HSL color Cylindrical-coordinate representation of color #75A85B: hue angle of 99.74º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #75A85B is Cyan = 0.30, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.34.

Color convert

RGB 117 168 91 -
CMYK 0.30 0 0.46 0.34
HSL 99.74º 0.31% 0.51% -
HSV(B) 99.74º 0.46% 0.66% -
XYZ 23.23 32.54 14.95 -
YUV 143.97 98.1 108.76 -
System Red Green Blue C M Y K H S L
Decimal 117 168 91 0.30 0 0.46 0.34 99.74 0.31 0.51
Hex 75 A8 5B 1E 0 2E 22 64 1F 33
Octal 165 250 133 36 0 56 42 144 37 63
Binary 1110101 10101000 1011011 11110 0 101110 100010 1100100 11111 110011

Color Harmonies of #75A85B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A85B

Black with #75A85B

Text Example


Text Example

White with #75A85B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,168,91); }

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

background-color css

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

 a { background-color: rgb(117,168,91); }

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

border-color css

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

 span { border-color: rgb(117,168,91); }

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