Html Css Color HEX #769B46 Asparagus

📋 copy color: '#769B46'

red 118 ◦ green 155 ◦ blue 70

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

Shades of Asparagus #769B46

Tints of Asparagus #769B46

RGB

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

 GREEN value IS 155 (60.94% from 255) = 45.19%

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

R = 34.4%
G = 45.19%
B = 20.41%

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

#769B46 (or 0x769B46) is known color: Asparagus. HEX triplet: 76, 9B and 46. RGB value is (118,155,70). Sum of RGB (Red+Green+Blue) = 118+155+70=343 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.40% from 343); Green value is 155 (60.94% from 255 or 45.19% from 343); Blue value is 70 (27.73% from 255 or 20.41% from 343); Max value from RGB is 155 - color contains mainly: green. Hex color #769B46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769B46 is #8964B9. Grayscale: #868686. Windows color (decimal): -9004218 or 4627318. OLE color: 4627318.

HSL color Cylindrical-coordinate representation of color #769B46: hue angle of 86.12º 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 #769B46 is Cyan = 0.24, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.39.

Color convert

RGB 118 155 70 -
CMYK 0.24 0 0.55 0.39
HSL 86.12º 0.38% 0.44% -
HSV(B) 86.12º 0.55% 0.61% -
XYZ 20.3 27.74 10.08 -
YUV 134.25 91.74 116.41 -
System Red Green Blue C M Y K H S L
Decimal 118 155 70 0.24 0 0.55 0.39 86.12 0.38 0.44
Hex 76 9B 46 18 0 37 27 56 26 2C
Octal 166 233 106 30 0 67 47 126 46 54
Binary 1110110 10011011 1000110 11000 0 110111 100111 1010110 100110 101100

Color Harmonies of #769B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769B46

Black with #769B46

Text Example


Text Example

White with #769B46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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