Html Css Color HEX #949657 Avocado

📋 copy color: '#949657'

red 148 ◦ green 150 ◦ blue 87

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

Shades of Avocado #949657

Tints of Avocado #949657

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.96%

 BLUE value IS 87 (34.38% from 255) = 22.6%

R = 38.44%
G = 38.96%
B = 22.6%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.42

 K value IS 0.41

RGB Variations

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

Color information

#949657 (or 0x949657) is known color: Avocado. HEX triplet: 94, 96 and 57. RGB value is (148,150,87). Sum of RGB (Red+Green+Blue) = 148+150+87=385 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.44% from 385); Green value is 150 (58.98% from 255 or 38.96% from 385); Blue value is 87 (34.38% from 255 or 22.60% from 385); Max value from RGB is 150 - color contains mainly: green. Hex color #949657 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949657 is #6B69A8. Grayscale: #8E8E8E. Windows color (decimal): -7039401 or 5740180. OLE color: 5740180.

HSL color Cylindrical-coordinate representation of color #949657: hue angle of 61.9º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #949657 is Cyan = 0.01, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.41.

Color convert

RGB 148 150 87 -
CMYK 0.01 0 0.42 0.41
HSL 61.9º 0.27% 0.46% -
HSV(B) 61.9º 0.42% 0.59% -
XYZ 24.84 28.8 13.27 -
YUV 142.22 96.84 132.12 -
System Red Green Blue C M Y K H S L
Decimal 148 150 87 0.01 0 0.42 0.41 61.9 0.27 0.46
Hex 94 96 57 1 0 2A 29 3E 1B 2E
Octal 224 226 127 1 0 52 51 76 33 56
Binary 10010100 10010110 1010111 1 0 101010 101001 111110 11011 101110

Color Harmonies of #949657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949657

Black with #949657

Text Example


Text Example

White with #949657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949657; }

 p { color: rgb(148,150,87); }

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

background-color css

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

 a { background-color: rgb(148,150,87); }

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

border-color css

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

 span { border-color: rgb(148,150,87); }

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