Html Css Color HEX #919759 Avocado

📋 copy color: '#919759'

red 145 ◦ green 151 ◦ blue 89

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

Shades of Avocado #919759

Tints of Avocado #919759

RGB

 RED value IS 145 (57.03% from 255) = 37.66%

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

 BLUE value IS 89 (35.16% from 255) = 23.12%

R = 37.66%
G = 39.22%
B = 23.12%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.41

 K value IS 0.41

RGB Variations

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

Color information

#919759 (or 0x919759) is known color: Avocado. HEX triplet: 91, 97 and 59. RGB value is (145,151,89). Sum of RGB (Red+Green+Blue) = 145+151+89=385 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.66% from 385); Green value is 151 (59.38% from 255 or 39.22% from 385); Blue value is 89 (35.16% from 255 or 23.12% from 385); Max value from RGB is 151 - color contains mainly: green. Hex color #919759 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919759 is #6E68A6. Grayscale: #8E8E8E. Windows color (decimal): -7235751 or 5871505. OLE color: 5871505.

HSL color Cylindrical-coordinate representation of color #919759: hue angle of 65.81º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #919759 is Cyan = 0.04, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.41.

Color convert

RGB 145 151 89 -
CMYK 0.04 0 0.41 0.41
HSL 65.81º 0.26% 0.47% -
HSV(B) 65.81º 0.41% 0.59% -
XYZ 24.55 28.87 13.73 -
YUV 142.14 98.01 130.04 -
System Red Green Blue C M Y K H S L
Decimal 145 151 89 0.04 0 0.41 0.41 65.81 0.26 0.47
Hex 91 97 59 4 0 29 29 42 1A 2F
Octal 221 227 131 4 0 51 51 102 32 57
Binary 10010001 10010111 1011001 100 0 101001 101001 1000010 11010 101111

Color Harmonies of #919759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919759

Black with #919759

Text Example


Text Example

White with #919759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #919759; }

 p { color: rgb(145,151,89); }

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

background-color css

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

 a { background-color: rgb(145,151,89); }

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

border-color css

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

 span { border-color: rgb(145,151,89); }

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