Html Css Color HEX #769448 Asparagus

📋 copy color: '#769448'

red 118 ◦ green 148 ◦ blue 72

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

Shades of Asparagus #769448

Tints of Asparagus #769448

RGB

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

 GREEN value IS 148 (58.2% from 255) = 43.79%

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

R = 34.91%
G = 43.79%
B = 21.3%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#769448 (or 0x769448) is known color: Asparagus. HEX triplet: 76, 94 and 48. RGB value is (118,148,72). Sum of RGB (Red+Green+Blue) = 118+148+72=338 (44% of max value = 765). Red value is 118 (46.48% from 255 or 34.91% from 338); Green value is 148 (58.20% from 255 or 43.79% from 338); Blue value is 72 (28.52% from 255 or 21.30% from 338); Max value from RGB is 148 - color contains mainly: green. Hex color #769448 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769448 is #896BB7. Grayscale: #828282. Windows color (decimal): -9006008 or 4756598. OLE color: 4756598.

HSL color Cylindrical-coordinate representation of color #769448: hue angle of 83.68º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #769448 is Cyan = 0.20, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.42.

Color convert

RGB 118 148 72 -
CMYK 0.20 0 0.51 0.42
HSL 83.68º 0.35% 0.43% -
HSV(B) 83.68º 0.51% 0.58% -
XYZ 19.23 25.5 10.04 -
YUV 130.37 95.06 119.18 -
System Red Green Blue C M Y K H S L
Decimal 118 148 72 0.20 0 0.51 0.42 83.68 0.35 0.43
Hex 76 94 48 14 0 33 2A 54 23 2B
Octal 166 224 110 24 0 63 52 124 43 53
Binary 1110110 10010100 1001000 10100 0 110011 101010 1010100 100011 101011

Color Harmonies of #769448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769448

Black with #769448

Text Example


Text Example

White with #769448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769448; }

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

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

background-color css

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

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

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

border-color css

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

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

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