Html Css Color HEX #759B4E Asparagus

📋 copy color: '#759B4E'

red 117 ◦ green 155 ◦ blue 78

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

Shades of Asparagus #759B4E

Tints of Asparagus #759B4E

RGB

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

 GREEN value IS 155 (60.94% from 255) = 44.29%

 BLUE value IS 78 (30.86% from 255) = 22.29%

R = 33.43%
G = 44.29%
B = 22.29%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.50

 K value IS 0.39

RGB Variations

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

Color information

#759B4E (or 0x759B4E) is known color: Asparagus. HEX triplet: 75, 9B and 4E. RGB value is (117,155,78). Sum of RGB (Red+Green+Blue) = 117+155+78=350 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.43% from 350); Green value is 155 (60.94% from 255 or 44.29% from 350); Blue value is 78 (30.86% from 255 or 22.29% from 350); Max value from RGB is 155 - color contains mainly: green. Hex color #759B4E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759B4E is #8A64B1. Grayscale: #878787. Windows color (decimal): -9069746 or 5151605. OLE color: 5151605.

HSL color Cylindrical-coordinate representation of color #759B4E: hue angle of 89.61º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #759B4E is Cyan = 0.25, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.39.

Color convert

RGB 117 155 78 -
CMYK 0.25 0 0.50 0.39
HSL 89.61º 0.33% 0.46% -
HSV(B) 89.61º 0.5% 0.61% -
XYZ 20.43 27.77 11.49 -
YUV 134.86 95.91 115.26 -
System Red Green Blue C M Y K H S L
Decimal 117 155 78 0.25 0 0.50 0.39 89.61 0.33 0.46
Hex 75 9B 4E 19 0 32 27 5A 21 2E
Octal 165 233 116 31 0 62 47 132 41 56
Binary 1110101 10011011 1001110 11001 0 110010 100111 1011010 100001 101110

Color Harmonies of #759B4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759B4E

Black with #759B4E

Text Example


Text Example

White with #759B4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759B4E; }

 p { color: rgb(117,155,78); }

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

background-color css

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

 a { background-color: rgb(117,155,78); }

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

border-color css

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

 span { border-color: rgb(117,155,78); }

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