Html Css Color HEX #769858 Asparagus

📋 copy color: '#769858'

red 118 ◦ green 152 ◦ blue 88

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

Shades of Asparagus #769858

Tints of Asparagus #769858

RGB

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

 GREEN value IS 152 (59.77% from 255) = 42.46%

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

R = 32.96%
G = 42.46%
B = 24.58%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.42

 K value IS 0.40

RGB Variations

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

Color information

#769858 (or 0x769858) is known color: Asparagus. HEX triplet: 76, 98 and 58. RGB value is (118,152,88). Sum of RGB (Red+Green+Blue) = 118+152+88=358 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.96% from 358); Green value is 152 (59.77% from 255 or 42.46% from 358); Blue value is 88 (34.77% from 255 or 24.58% from 358); Max value from RGB is 152 - color contains mainly: green. Hex color #769858 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769858 is #8967A7. Grayscale: #868686. Windows color (decimal): -9004968 or 5806198. OLE color: 5806198.

HSL color Cylindrical-coordinate representation of color #769858: hue angle of 91.88º 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 #769858 is Cyan = 0.22, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.40.

Color convert

RGB 118 152 88 -
CMYK 0.22 0 0.42 0.40
HSL 91.88º 0.27% 0.47% -
HSV(B) 91.88º 0.42% 0.6% -
XYZ 20.46 27.01 13.37 -
YUV 134.54 101.74 116.2 -
System Red Green Blue C M Y K H S L
Decimal 118 152 88 0.22 0 0.42 0.40 91.88 0.27 0.47
Hex 76 98 58 16 0 2A 28 5C 1B 2F
Octal 166 230 130 26 0 52 50 134 33 57
Binary 1110110 10011000 1011000 10110 0 101010 101000 1011100 11011 101111

Color Harmonies of #769858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769858

Black with #769858

Text Example


Text Example

White with #769858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769858; }

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

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

background-color css

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

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

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

border-color css

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

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

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