Html Css Color HEX #769748 Asparagus

📋 copy color: '#769748'

red 118 ◦ green 151 ◦ blue 72

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

Shades of Asparagus #769748

Tints of Asparagus #769748

RGB

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

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

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

R = 34.6%
G = 44.28%
B = 21.11%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.52

 K value IS 0.41

RGB Variations

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

Color information

#769748 (or 0x769748) is known color: Asparagus. HEX triplet: 76, 97 and 48. RGB value is (118,151,72). Sum of RGB (Red+Green+Blue) = 118+151+72=341 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.60% from 341); Green value is 151 (59.38% from 255 or 44.28% from 341); Blue value is 72 (28.52% from 255 or 21.11% from 341); Max value from RGB is 151 - color contains mainly: green. Hex color #769748 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769748 is #8968B7. Grayscale: #848484. Windows color (decimal): -9005240 or 4757366. OLE color: 4757366.

HSL color Cylindrical-coordinate representation of color #769748: hue angle of 85.06º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #769748 is Cyan = 0.22, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.41.

Color convert

RGB 118 151 72 -
CMYK 0.22 0 0.52 0.41
HSL 85.06º 0.35% 0.44% -
HSV(B) 85.06º 0.52% 0.59% -
XYZ 19.71 26.45 10.2 -
YUV 132.13 94.07 117.92 -
System Red Green Blue C M Y K H S L
Decimal 118 151 72 0.22 0 0.52 0.41 85.06 0.35 0.44
Hex 76 97 48 16 0 34 29 55 23 2C
Octal 166 227 110 26 0 64 51 125 43 54
Binary 1110110 10010111 1001000 10110 0 110100 101001 1010101 100011 101100

Color Harmonies of #769748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769748

Black with #769748

Text Example


Text Example

White with #769748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769748; }

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

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

background-color css

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

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

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

border-color css

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

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

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