Html Css Color HEX #959B68 Avocado

📋 copy color: '#959B68'

red 149 ◦ green 155 ◦ blue 104

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

Shades of Avocado #959B68

Tints of Avocado #959B68

RGB

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

 GREEN value IS 155 (60.94% from 255) = 37.99%

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

R = 36.52%
G = 37.99%
B = 25.49%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.33

 K value IS 0.39

RGB Variations

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

Color information

#959B68 (or 0x959B68) is known color: Avocado. HEX triplet: 95, 9B and 68. RGB value is (149,155,104). Sum of RGB (Red+Green+Blue) = 149+155+104=408 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.52% from 408); Green value is 155 (60.94% from 255 or 37.99% from 408); Blue value is 104 (41.02% from 255 or 25.49% from 408); Max value from RGB is 155 - color contains mainly: green. Hex color #959B68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959B68 is #6A6497. Grayscale: #939393. Windows color (decimal): -6972568 or 6855573. OLE color: 6855573.

HSL color Cylindrical-coordinate representation of color #959B68: hue angle of 67.06º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #959B68 is Cyan = 0.04, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.39.

Color convert

RGB 149 155 104 -
CMYK 0.04 0 0.33 0.39
HSL 67.06º 0.2% 0.51% -
HSV(B) 67.06º 0.33% 0.61% -
XYZ 26.61 30.83 17.65 -
YUV 147.39 103.51 129.15 -
System Red Green Blue C M Y K H S L
Decimal 149 155 104 0.04 0 0.33 0.39 67.06 0.2 0.51
Hex 95 9B 68 4 0 21 27 43 14 33
Octal 225 233 150 4 0 41 47 103 24 63
Binary 10010101 10011011 1101000 100 0 100001 100111 1000011 10100 110011

Color Harmonies of #959B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959B68

Black with #959B68

Text Example


Text Example

White with #959B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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