Html Css Color HEX #759652 Asparagus

📋 copy color: '#759652'

red 117 ◦ green 150 ◦ blue 82

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

Shades of Asparagus #759652

Tints of Asparagus #759652

RGB

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

 GREEN value IS 150 (58.98% from 255) = 42.98%

 BLUE value IS 82 (32.42% from 255) = 23.5%

R = 33.52%
G = 42.98%
B = 23.5%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.45

 K value IS 0.41

RGB Variations

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

Color information

#759652 (or 0x759652) is known color: Asparagus. HEX triplet: 75, 96 and 52. RGB value is (117,150,82). Sum of RGB (Red+Green+Blue) = 117+150+82=349 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.52% from 349); Green value is 150 (58.98% from 255 or 42.98% from 349); Blue value is 82 (32.42% from 255 or 23.50% from 349); Max value from RGB is 150 - color contains mainly: green. Hex color #759652 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759652 is #8A69AD. Grayscale: #848484. Windows color (decimal): -9071022 or 5412469. OLE color: 5412469.

HSL color Cylindrical-coordinate representation of color #759652: hue angle of 89.12º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #759652 is Cyan = 0.22, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.41.

Color convert

RGB 117 150 82 -
CMYK 0.22 0 0.45 0.41
HSL 89.12º 0.29% 0.45% -
HSV(B) 89.12º 0.45% 0.59% -
XYZ 19.77 26.2 12 -
YUV 132.38 99.57 117.03 -
System Red Green Blue C M Y K H S L
Decimal 117 150 82 0.22 0 0.45 0.41 89.12 0.29 0.45
Hex 75 96 52 16 0 2D 29 59 1D 2D
Octal 165 226 122 26 0 55 51 131 35 55
Binary 1110101 10010110 1010010 10110 0 101101 101001 1011001 11101 101101

Color Harmonies of #759652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759652

Black with #759652

Text Example


Text Example

White with #759652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759652; }

 p { color: rgb(117,150,82); }

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

background-color css

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

 a { background-color: rgb(117,150,82); }

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

border-color css

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

 span { border-color: rgb(117,150,82); }

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