Html Css Color HEX #769948 Asparagus

📋 copy color: '#769948'

red 118 ◦ green 153 ◦ blue 72

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

Shades of Asparagus #769948

Tints of Asparagus #769948

RGB

 RED value IS 118 (46.48% from 255) = 34.4%

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

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

R = 34.4%
G = 44.61%
B = 20.99%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.53

 K value IS 0.4

RGB Variations

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

Color information

#769948 (or 0x769948) is known color: Asparagus. HEX triplet: 76, 99 and 48. RGB value is (118,153,72). Sum of RGB (Red+Green+Blue) = 118+153+72=343 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.40% from 343); Green value is 153 (60.16% from 255 or 44.61% from 343); Blue value is 72 (28.52% from 255 or 20.99% from 343); Max value from RGB is 153 - color contains mainly: green. Hex color #769948 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769948 is #8966B7. Grayscale: #858585. Windows color (decimal): -9004728 or 4757878. OLE color: 4757878.

HSL color Cylindrical-coordinate representation of color #769948: hue angle of 85.93º 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 #769948 is Cyan = 0.23, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.4.

Color convert

RGB 118 153 72 -
CMYK 0.23 0 0.53 0.4
HSL 85.93º 0.36% 0.44% -
HSV(B) 85.93º 0.53% 0.6% -
XYZ 20.03 27.1 10.31 -
YUV 133.3 93.4 117.09 -
System Red Green Blue C M Y K H S L
Decimal 118 153 72 0.23 0 0.53 0.4 85.93 0.36 0.44
Hex 76 99 48 17 0 35 28 56 24 2C
Octal 166 231 110 27 0 65 50 126 44 54
Binary 1110110 10011001 1001000 10111 0 110101 101000 1010110 100100 101100

Color Harmonies of #769948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769948

Black with #769948

Text Example


Text Example

White with #769948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769948; }

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

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

background-color css

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

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

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

border-color css

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

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

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