Html Css Color HEX #959D65 Avocado

📋 copy color: '#959D65'

red 149 ◦ green 157 ◦ blue 101

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

Shades of Avocado #959D65

Tints of Avocado #959D65

RGB

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

 GREEN value IS 157 (61.72% from 255) = 38.57%

 BLUE value IS 101 (39.84% from 255) = 24.82%

R = 36.61%
G = 38.57%
B = 24.82%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.36

 K value IS 0.38

RGB Variations

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

Color information

#959D65 (or 0x959D65) is known color: Avocado. HEX triplet: 95, 9D and 65. RGB value is (149,157,101). Sum of RGB (Red+Green+Blue) = 149+157+101=407 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.61% from 407); Green value is 157 (61.72% from 255 or 38.57% from 407); Blue value is 101 (39.84% from 255 or 24.82% from 407); Max value from RGB is 157 - color contains mainly: green. Hex color #959D65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959D65 is #6A629A. Grayscale: #949494. Windows color (decimal): -6972059 or 6659477. OLE color: 6659477.

HSL color Cylindrical-coordinate representation of color #959D65: hue angle of 68.57º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #959D65 is Cyan = 0.05, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.38.

Color convert

RGB 149 157 101 -
CMYK 0.05 0 0.36 0.38
HSL 68.57º 0.22% 0.51% -
HSV(B) 68.57º 0.36% 0.62% -
XYZ 26.8 31.44 16.97 -
YUV 148.22 101.35 128.55 -
System Red Green Blue C M Y K H S L
Decimal 149 157 101 0.05 0 0.36 0.38 68.57 0.22 0.51
Hex 95 9D 65 5 0 24 26 45 16 33
Octal 225 235 145 5 0 44 46 105 26 63
Binary 10010101 10011101 1100101 101 0 100100 100110 1000101 10110 110011

Color Harmonies of #959D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959D65

Black with #959D65

Text Example


Text Example

White with #959D65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959D65; }

 p { color: rgb(149,157,101); }

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

background-color css

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

 a { background-color: rgb(149,157,101); }

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

border-color css

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

 span { border-color: rgb(149,157,101); }

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