Html Css Color HEX #75A75D Asparagus

📋 copy color: '#75A75D'

red 117 ◦ green 167 ◦ blue 93

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

Shades of Asparagus #75A75D

Tints of Asparagus #75A75D

RGB

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

 GREEN value IS 167 (65.63% from 255) = 44.3%

 BLUE value IS 93 (36.72% from 255) = 24.67%

R = 31.03%
G = 44.3%
B = 24.67%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.44

 K value IS 0.35

RGB Variations

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

Color information

#75A75D (or 0x75A75D) is known color: Asparagus. HEX triplet: 75, A7 and 5D. RGB value is (117,167,93). Sum of RGB (Red+Green+Blue) = 117+167+93=377 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.03% from 377); Green value is 167 (65.62% from 255 or 44.30% from 377); Blue value is 93 (36.72% from 255 or 24.67% from 377); Max value from RGB is 167 - color contains mainly: green. Hex color #75A75D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75A75D is #8A58A2. Grayscale: #8F8F8F. Windows color (decimal): -9066659 or 6137717. OLE color: 6137717.

HSL color Cylindrical-coordinate representation of color #75A75D: hue angle of 100.54º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #75A75D is Cyan = 0.30, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.35.

Color convert

RGB 117 167 93 -
CMYK 0.30 0 0.44 0.35
HSL 100.54º 0.3% 0.51% -
HSV(B) 100.54º 0.44% 0.65% -
XYZ 23.13 32.21 15.35 -
YUV 143.61 99.44 109.02 -
System Red Green Blue C M Y K H S L
Decimal 117 167 93 0.30 0 0.44 0.35 100.54 0.3 0.51
Hex 75 A7 5D 1E 0 2C 23 65 1E 33
Octal 165 247 135 36 0 54 43 145 36 63
Binary 1110101 10100111 1011101 11110 0 101100 100011 1100101 11110 110011

Color Harmonies of #75A75D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A75D

Black with #75A75D

Text Example


Text Example

White with #75A75D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,167,93); }

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

background-color css

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

 a { background-color: rgb(117,167,93); }

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

border-color css

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

 span { border-color: rgb(117,167,93); }

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