Html Css Color HEX #759C4B Asparagus

📋 copy color: '#759C4B'

red 117 ◦ green 156 ◦ blue 75

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

Shades of Asparagus #759C4B

Tints of Asparagus #759C4B

RGB

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

 GREEN value IS 156 (61.33% from 255) = 44.83%

 BLUE value IS 75 (29.69% from 255) = 21.55%

R = 33.62%
G = 44.83%
B = 21.55%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.52

 K value IS 0.39

RGB Variations

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

Color information

#759C4B (or 0x759C4B) is known color: Asparagus. HEX triplet: 75, 9C and 4B. RGB value is (117,156,75). Sum of RGB (Red+Green+Blue) = 117+156+75=348 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.62% from 348); Green value is 156 (61.33% from 255 or 44.83% from 348); Blue value is 75 (29.69% from 255 or 21.55% from 348); Max value from RGB is 156 - color contains mainly: green. Hex color #759C4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759C4B is #8A63B4. Grayscale: #878787. Windows color (decimal): -9069493 or 4955253. OLE color: 4955253.

HSL color Cylindrical-coordinate representation of color #759C4B: hue angle of 88.89º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #759C4B is Cyan = 0.25, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.39.

Color convert

RGB 117 156 75 -
CMYK 0.25 0 0.52 0.39
HSL 88.89º 0.35% 0.45% -
HSV(B) 88.89º 0.52% 0.61% -
XYZ 20.49 28.07 10.99 -
YUV 135.11 94.08 115.09 -
System Red Green Blue C M Y K H S L
Decimal 117 156 75 0.25 0 0.52 0.39 88.89 0.35 0.45
Hex 75 9C 4B 19 0 34 27 59 23 2D
Octal 165 234 113 31 0 64 47 131 43 55
Binary 1110101 10011100 1001011 11001 0 110100 100111 1011001 100011 101101

Color Harmonies of #759C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759C4B

Black with #759C4B

Text Example


Text Example

White with #759C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,156,75); }

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

background-color css

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

 a { background-color: rgb(117,156,75); }

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

border-color css

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

 span { border-color: rgb(117,156,75); }

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