Html Css Color HEX #759855 Asparagus

📋 copy color: '#759855'

red 117 ◦ green 152 ◦ blue 85

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

Shades of Asparagus #759855

Tints of Asparagus #759855

RGB

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

 GREEN value IS 152 (59.77% from 255) = 42.94%

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

R = 33.05%
G = 42.94%
B = 24.01%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.44

 K value IS 0.40

RGB Variations

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

Color information

#759855 (or 0x759855) is known color: Asparagus. HEX triplet: 75, 98 and 55. RGB value is (117,152,85). Sum of RGB (Red+Green+Blue) = 117+152+85=354 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.05% from 354); Green value is 152 (59.77% from 255 or 42.94% from 354); Blue value is 85 (33.59% from 255 or 24.01% from 354); Max value from RGB is 152 - color contains mainly: green. Hex color #759855 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759855 is #8A67AA. Grayscale: #868686. Windows color (decimal): -9070507 or 5609589. OLE color: 5609589.

HSL color Cylindrical-coordinate representation of color #759855: hue angle of 91.34º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #759855 is Cyan = 0.23, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.40.

Color convert

RGB 117 152 85 -
CMYK 0.23 0 0.44 0.40
HSL 91.34º 0.28% 0.46% -
HSV(B) 91.34º 0.44% 0.6% -
XYZ 20.2 26.89 12.72 -
YUV 133.9 100.4 115.95 -
System Red Green Blue C M Y K H S L
Decimal 117 152 85 0.23 0 0.44 0.40 91.34 0.28 0.46
Hex 75 98 55 17 0 2C 28 5B 1C 2E
Octal 165 230 125 27 0 54 50 133 34 56
Binary 1110101 10011000 1010101 10111 0 101100 101000 1011011 11100 101110

Color Harmonies of #759855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759855

Black with #759855

Text Example


Text Example

White with #759855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759855; }

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

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

background-color css

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

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

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

border-color css

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

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

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