Html Css Color HEX #759755 Asparagus

📋 copy color: '#759755'

red 117 ◦ green 151 ◦ blue 85

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

Shades of Asparagus #759755

Tints of Asparagus #759755

RGB

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

 GREEN value IS 151 (59.38% from 255) = 42.78%

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

R = 33.14%
G = 42.78%
B = 24.08%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.44

 K value IS 0.41

RGB Variations

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

Color information

#759755 (or 0x759755) is known color: Asparagus. HEX triplet: 75, 97 and 55. RGB value is (117,151,85). Sum of RGB (Red+Green+Blue) = 117+151+85=353 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.14% from 353); Green value is 151 (59.38% from 255 or 42.78% from 353); Blue value is 85 (33.59% from 255 or 24.08% from 353); Max value from RGB is 151 - color contains mainly: green. Hex color #759755 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759755 is #8A68AA. Grayscale: #858585. Windows color (decimal): -9070763 or 5609333. OLE color: 5609333.

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

Color convert

RGB 117 151 85 -
CMYK 0.23 0 0.44 0.41
HSL 90.91º 0.28% 0.46% -
HSV(B) 90.91º 0.44% 0.59% -
XYZ 20.04 26.57 12.67 -
YUV 133.31 100.74 116.37 -
System Red Green Blue C M Y K H S L
Decimal 117 151 85 0.23 0 0.44 0.41 90.91 0.28 0.46
Hex 75 97 55 17 0 2C 29 5B 1C 2E
Octal 165 227 125 27 0 54 51 133 34 56
Binary 1110101 10010111 1010101 10111 0 101100 101001 1011011 11100 101110

Color Harmonies of #759755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759755

Black with #759755

Text Example


Text Example

White with #759755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759755; }

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

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

background-color css

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

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

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

border-color css

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

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

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