Html Css Color HEX #769958 Asparagus

📋 copy color: '#769958'

red 118 ◦ green 153 ◦ blue 88

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

Shades of Asparagus #769958

Tints of Asparagus #769958

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 24.51%

R = 32.87%
G = 42.62%
B = 24.51%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.42

 K value IS 0.4

RGB Variations

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

Color information

#769958 (or 0x769958) is known color: Asparagus. HEX triplet: 76, 99 and 58. RGB value is (118,153,88). Sum of RGB (Red+Green+Blue) = 118+153+88=359 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.87% from 359); Green value is 153 (60.16% from 255 or 42.62% from 359); Blue value is 88 (34.77% from 255 or 24.51% from 359); Max value from RGB is 153 - color contains mainly: green. Hex color #769958 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769958 is #8966A7. Grayscale: #878787. Windows color (decimal): -9004712 or 5806454. OLE color: 5806454.

HSL color Cylindrical-coordinate representation of color #769958: hue angle of 92.31º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #769958 is Cyan = 0.23, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.4.

Color convert

RGB 118 153 88 -
CMYK 0.23 0 0.42 0.4
HSL 92.31º 0.27% 0.47% -
HSV(B) 92.31º 0.42% 0.6% -
XYZ 20.62 27.34 13.42 -
YUV 135.13 101.4 115.79 -
System Red Green Blue C M Y K H S L
Decimal 118 153 88 0.23 0 0.42 0.4 92.31 0.27 0.47
Hex 76 99 58 17 0 2A 28 5C 1B 2F
Octal 166 231 130 27 0 52 50 134 33 57
Binary 1110110 10011001 1011000 10111 0 101010 101000 1011100 11011 101111

Color Harmonies of #769958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769958

Black with #769958

Text Example


Text Example

White with #769958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769958; }

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

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

background-color css

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

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

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

border-color css

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

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

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