Html Css Color HEX #949759 Avocado

📋 copy color: '#949759'

red 148 ◦ green 151 ◦ blue 89

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

Shades of Avocado #949759

Tints of Avocado #949759

RGB

 RED value IS 148 (58.2% from 255) = 38.14%

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

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

R = 38.14%
G = 38.92%
B = 22.94%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.41

 K value IS 0.41

RGB Variations

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

Color information

#949759 (or 0x949759) is known color: Avocado. HEX triplet: 94, 97 and 59. RGB value is (148,151,89). Sum of RGB (Red+Green+Blue) = 148+151+89=388 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.14% from 388); Green value is 151 (59.38% from 255 or 38.92% from 388); Blue value is 89 (35.16% from 255 or 22.94% from 388); Max value from RGB is 151 - color contains mainly: green. Hex color #949759 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949759 is #6B68A6. Grayscale: #8F8F8F. Windows color (decimal): -7039143 or 5871508. OLE color: 5871508.

HSL color Cylindrical-coordinate representation of color #949759: hue angle of 62.9º 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 #949759 is Cyan = 0.02, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.41.

Color convert

RGB 148 151 89 -
CMYK 0.02 0 0.41 0.41
HSL 62.9º 0.26% 0.47% -
HSV(B) 62.9º 0.41% 0.59% -
XYZ 25.08 29.15 13.76 -
YUV 143.04 97.51 131.54 -
System Red Green Blue C M Y K H S L
Decimal 148 151 89 0.02 0 0.41 0.41 62.9 0.26 0.47
Hex 94 97 59 2 0 29 29 3F 1A 2F
Octal 224 227 131 2 0 51 51 77 32 57
Binary 10010100 10010111 1011001 10 0 101001 101001 111111 11010 101111

Color Harmonies of #949759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949759

Black with #949759

Text Example


Text Example

White with #949759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949759; }

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

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

background-color css

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

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

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

border-color css

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

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

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