Html Css Color HEX #749750 Asparagus

📋 copy color: '#749750'

red 116 ◦ green 151 ◦ blue 80

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

Shades of Asparagus #749750

Tints of Asparagus #749750

RGB

 RED value IS 116 (45.7% from 255) = 33.43%

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

 BLUE value IS 80 (31.64% from 255) = 23.05%

R = 33.43%
G = 43.52%
B = 23.05%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.47

 K value IS 0.41

RGB Variations

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

Color information

#749750 (or 0x749750) is known color: Asparagus. HEX triplet: 74, 97 and 50. RGB value is (116,151,80). Sum of RGB (Red+Green+Blue) = 116+151+80=347 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.43% from 347); Green value is 151 (59.38% from 255 or 43.52% from 347); Blue value is 80 (31.64% from 255 or 23.05% from 347); Max value from RGB is 151 - color contains mainly: green. Hex color #749750 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749750 is #8B68AF. Grayscale: #848484. Windows color (decimal): -9136304 or 5281652. OLE color: 5281652.

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

Color convert

RGB 116 151 80 -
CMYK 0.23 0 0.47 0.41
HSL 89.58º 0.31% 0.45% -
HSV(B) 89.58º 0.47% 0.59% -
XYZ 19.72 26.43 11.65 -
YUV 132.44 98.4 116.27 -
System Red Green Blue C M Y K H S L
Decimal 116 151 80 0.23 0 0.47 0.41 89.58 0.31 0.45
Hex 74 97 50 17 0 2F 29 5A 1F 2D
Octal 164 227 120 27 0 57 51 132 37 55
Binary 1110100 10010111 1010000 10111 0 101111 101001 1011010 11111 101101

Color Harmonies of #749750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749750

Black with #749750

Text Example


Text Example

White with #749750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749750; }

 p { color: rgb(116,151,80); }

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

background-color css

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

 a { background-color: rgb(116,151,80); }

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

border-color css

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

 span { border-color: rgb(116,151,80); }

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