Html Css Color HEX #75A355 Asparagus

📋 copy color: '#75A355'

red 117 ◦ green 163 ◦ blue 85

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

Shades of Asparagus #75A355

Tints of Asparagus #75A355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 23.29%

R = 32.05%
G = 44.66%
B = 23.29%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.48

 K value IS 0.36

RGB Variations

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

Color information

#75A355 (or 0x75A355) is known color: Asparagus. HEX triplet: 75, A3 and 55. RGB value is (117,163,85). Sum of RGB (Red+Green+Blue) = 117+163+85=365 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.05% from 365); Green value is 163 (64.06% from 255 or 44.66% from 365); Blue value is 85 (33.59% from 255 or 23.29% from 365); Max value from RGB is 163 - color contains mainly: green. Hex color #75A355 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75A355 is #8A5CAA. Grayscale: #8C8C8C. Windows color (decimal): -9067691 or 5612405. OLE color: 5612405.

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

Color convert

RGB 117 163 85 -
CMYK 0.28 0 0.48 0.36
HSL 95.38º 0.31% 0.49% -
HSV(B) 95.38º 0.48% 0.64% -
XYZ 22.07 30.63 13.34 -
YUV 140.35 96.76 111.34 -
System Red Green Blue C M Y K H S L
Decimal 117 163 85 0.28 0 0.48 0.36 95.38 0.31 0.49
Hex 75 A3 55 1C 0 30 24 5F 1F 31
Octal 165 243 125 34 0 60 44 137 37 61
Binary 1110101 10100011 1010101 11100 0 110000 100100 1011111 11111 110001

Color Harmonies of #75A355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A355

Black with #75A355

Text Example


Text Example

White with #75A355

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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