Html Css Color HEX #75A360 Asparagus

📋 copy color: '#75A360'

red 117 ◦ green 163 ◦ blue 96

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

Shades of Asparagus #75A360

Tints of Asparagus #75A360

RGB

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

 GREEN value IS 163 (64.06% from 255) = 43.35%

 BLUE value IS 96 (37.89% from 255) = 25.53%

R = 31.12%
G = 43.35%
B = 25.53%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#75A360 (or 0x75A360) is known color: Asparagus. HEX triplet: 75, A3 and 60. RGB value is (117,163,96). Sum of RGB (Red+Green+Blue) = 117+163+96=376 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.12% from 376); Green value is 163 (64.06% from 255 or 43.35% from 376); Blue value is 96 (37.89% from 255 or 25.53% from 376); Max value from RGB is 163 - color contains mainly: green. Hex color #75A360 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75A360 is #8A5C9F. Grayscale: #8D8D8D. Windows color (decimal): -9067680 or 6333301. OLE color: 6333301.

HSL color Cylindrical-coordinate representation of color #75A360: hue angle of 101.19º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #75A360 is Cyan = 0.28, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB 117 163 96 -
CMYK 0.28 0 0.41 0.36
HSL 101.19º 0.27% 0.51% -
HSV(B) 101.19º 0.41% 0.64% -
XYZ 22.54 30.82 15.83 -
YUV 141.61 102.26 110.45 -
System Red Green Blue C M Y K H S L
Decimal 117 163 96 0.28 0 0.41 0.36 101.19 0.27 0.51
Hex 75 A3 60 1C 0 29 24 65 1B 33
Octal 165 243 140 34 0 51 44 145 33 63
Binary 1110101 10100011 1100000 11100 0 101001 100100 1100101 11011 110011

Color Harmonies of #75A360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A360

Black with #75A360

Text Example


Text Example

White with #75A360

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,163,96); }

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

background-color css

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

 a { background-color: rgb(117,163,96); }

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

border-color css

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

 span { border-color: rgb(117,163,96); }

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