Html Css Color HEX #759948 Asparagus

📋 copy color: '#759948'

red 117 ◦ green 153 ◦ blue 72

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

Shades of Asparagus #759948

Tints of Asparagus #759948

RGB

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

 GREEN value IS 153 (60.16% from 255) = 44.74%

 BLUE value IS 72 (28.52% from 255) = 21.05%

R = 34.21%
G = 44.74%
B = 21.05%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.53

 K value IS 0.4

RGB Variations

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

Color information

#759948 (or 0x759948) is known color: Asparagus. HEX triplet: 75, 99 and 48. RGB value is (117,153,72). Sum of RGB (Red+Green+Blue) = 117+153+72=342 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.21% from 342); Green value is 153 (60.16% from 255 or 44.74% from 342); Blue value is 72 (28.52% from 255 or 21.05% from 342); Max value from RGB is 153 - color contains mainly: green. Hex color #759948 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759948 is #8A66B7. Grayscale: #858585. Windows color (decimal): -9070264 or 4757877. OLE color: 4757877.

HSL color Cylindrical-coordinate representation of color #759948: hue angle of 86.67º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #759948 is Cyan = 0.24, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.4.

Color convert

RGB 117 153 72 -
CMYK 0.24 0 0.53 0.4
HSL 86.67º 0.36% 0.44% -
HSV(B) 86.67º 0.53% 0.6% -
XYZ 19.9 27.03 10.3 -
YUV 133 93.57 116.59 -
System Red Green Blue C M Y K H S L
Decimal 117 153 72 0.24 0 0.53 0.4 86.67 0.36 0.44
Hex 75 99 48 18 0 35 28 57 24 2C
Octal 165 231 110 30 0 65 50 127 44 54
Binary 1110101 10011001 1001000 11000 0 110101 101000 1010111 100100 101100

Color Harmonies of #759948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759948

Black with #759948

Text Example


Text Example

White with #759948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759948; }

 p { color: rgb(117,153,72); }

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

background-color css

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

 a { background-color: rgb(117,153,72); }

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

border-color css

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

 span { border-color: rgb(117,153,72); }

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