Html Css Color HEX #959763 Avocado

📋 copy color: '#959763'

red 149 ◦ green 151 ◦ blue 99

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

Shades of Avocado #959763

Tints of Avocado #959763

RGB

 RED value IS 149 (58.59% from 255) = 37.34%

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

 BLUE value IS 99 (39.06% from 255) = 24.81%

R = 37.34%
G = 37.84%
B = 24.81%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.34

 K value IS 0.41

RGB Variations

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

Color information

#959763 (or 0x959763) is known color: Avocado. HEX triplet: 95, 97 and 63. RGB value is (149,151,99). Sum of RGB (Red+Green+Blue) = 149+151+99=399 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.34% from 399); Green value is 151 (59.38% from 255 or 37.84% from 399); Blue value is 99 (39.06% from 255 or 24.81% from 399); Max value from RGB is 151 - color contains mainly: green. Hex color #959763 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959763 is #6A689C. Grayscale: #909090. Windows color (decimal): -6973597 or 6526869. OLE color: 6526869.

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

Color convert

RGB 149 151 99 -
CMYK 0.01 0 0.34 0.41
HSL 62.31º 0.21% 0.49% -
HSV(B) 62.31º 0.34% 0.59% -
XYZ 25.71 29.42 16.13 -
YUV 144.47 102.34 131.23 -
System Red Green Blue C M Y K H S L
Decimal 149 151 99 0.01 0 0.34 0.41 62.31 0.21 0.49
Hex 95 97 63 1 0 22 29 3E 15 31
Octal 225 227 143 1 0 42 51 76 25 61
Binary 10010101 10010111 1100011 1 0 100010 101001 111110 10101 110001

Color Harmonies of #959763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959763

Black with #959763

Text Example


Text Example

White with #959763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959763; }

 p { color: rgb(149,151,99); }

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

background-color css

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

 a { background-color: rgb(149,151,99); }

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

border-color css

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

 span { border-color: rgb(149,151,99); }

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