Html Css Color HEX #769C46 Asparagus

📋 copy color: '#769C46'

red 118 ◦ green 156 ◦ blue 70

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

Shades of Asparagus #769C46

Tints of Asparagus #769C46

RGB

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

 GREEN value IS 156 (61.33% from 255) = 45.35%

 BLUE value IS 70 (27.73% from 255) = 20.35%

R = 34.3%
G = 45.35%
B = 20.35%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.55

 K value IS 0.39

RGB Variations

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

Color information

#769C46 (or 0x769C46) is known color: Asparagus. HEX triplet: 76, 9C and 46. RGB value is (118,156,70). Sum of RGB (Red+Green+Blue) = 118+156+70=344 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.30% from 344); Green value is 156 (61.33% from 255 or 45.35% from 344); Blue value is 70 (27.73% from 255 or 20.35% from 344); Max value from RGB is 156 - color contains mainly: green. Hex color #769C46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769C46 is #8963B9. Grayscale: #878787. Windows color (decimal): -9003962 or 4627574. OLE color: 4627574.

HSL color Cylindrical-coordinate representation of color #769C46: hue angle of 86.51º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #769C46 is Cyan = 0.24, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.39.

Color convert

RGB 118 156 70 -
CMYK 0.24 0 0.55 0.39
HSL 86.51º 0.38% 0.44% -
HSV(B) 86.51º 0.55% 0.61% -
XYZ 20.47 28.07 10.13 -
YUV 134.83 91.41 115.99 -
System Red Green Blue C M Y K H S L
Decimal 118 156 70 0.24 0 0.55 0.39 86.51 0.38 0.44
Hex 76 9C 46 18 0 37 27 57 26 2C
Octal 166 234 106 30 0 67 47 127 46 54
Binary 1110110 10011100 1000110 11000 0 110111 100111 1010111 100110 101100

Color Harmonies of #769C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769C46

Black with #769C46

Text Example


Text Example

White with #769C46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769C46; }

 p { color: rgb(118,156,70); }

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

background-color css

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

 a { background-color: rgb(118,156,70); }

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

border-color css

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

 span { border-color: rgb(118,156,70); }

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