Html Css Color HEX #959D68 Avocado

📋 copy color: '#959D68'

red 149 ◦ green 157 ◦ blue 104

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

Shades of Avocado #959D68

Tints of Avocado #959D68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 25.37%

R = 36.34%
G = 38.29%
B = 25.37%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.34

 K value IS 0.38

RGB Variations

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

Color information

#959D68 (or 0x959D68) is known color: Avocado. HEX triplet: 95, 9D and 68. RGB value is (149,157,104). Sum of RGB (Red+Green+Blue) = 149+157+104=410 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.34% from 410); Green value is 157 (61.72% from 255 or 38.29% from 410); Blue value is 104 (41.02% from 255 or 25.37% from 410); Max value from RGB is 157 - color contains mainly: green. Hex color #959D68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959D68 is #6A6297. Grayscale: #949494. Windows color (decimal): -6972056 or 6856085. OLE color: 6856085.

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

Color convert

RGB 149 157 104 -
CMYK 0.05 0 0.34 0.38
HSL 69.06º 0.21% 0.51% -
HSV(B) 69.06º 0.34% 0.62% -
XYZ 26.95 31.5 17.76 -
YUV 148.57 102.85 128.31 -
System Red Green Blue C M Y K H S L
Decimal 149 157 104 0.05 0 0.34 0.38 69.06 0.21 0.51
Hex 95 9D 68 5 0 22 26 45 15 33
Octal 225 235 150 5 0 42 46 105 25 63
Binary 10010101 10011101 1101000 101 0 100010 100110 1000101 10101 110011

Color Harmonies of #959D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959D68

Black with #959D68

Text Example


Text Example

White with #959D68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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