Html Css Color HEX #959A68 Avocado

📋 copy color: '#959A68'

red 149 ◦ green 154 ◦ blue 104

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

Shades of Avocado #959A68

Tints of Avocado #959A68

RGB

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

 GREEN value IS 154 (60.55% from 255) = 37.84%

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

R = 36.61%
G = 37.84%
B = 25.55%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.32

 K value IS 0.40

RGB Variations

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

Color information

#959A68 (or 0x959A68) is known color: Avocado. HEX triplet: 95, 9A and 68. RGB value is (149,154,104). Sum of RGB (Red+Green+Blue) = 149+154+104=407 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.61% from 407); Green value is 154 (60.55% from 255 or 37.84% from 407); Blue value is 104 (41.02% from 255 or 25.55% from 407); Max value from RGB is 154 - color contains mainly: green. Hex color #959A68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959A68 is #6A6597. Grayscale: #939393. Windows color (decimal): -6972824 or 6855317. OLE color: 6855317.

HSL color Cylindrical-coordinate representation of color #959A68: hue angle of 66º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #959A68 is Cyan = 0.03, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.40.

Color convert

RGB 149 154 104 -
CMYK 0.03 0 0.32 0.40
HSL 66º 0.2% 0.51% -
HSV(B) 66º 0.32% 0.6% -
XYZ 26.45 30.5 17.59 -
YUV 146.81 103.84 129.57 -
System Red Green Blue C M Y K H S L
Decimal 149 154 104 0.03 0 0.32 0.40 66 0.2 0.51
Hex 95 9A 68 3 0 20 28 42 14 33
Octal 225 232 150 3 0 40 50 102 24 63
Binary 10010101 10011010 1101000 11 0 100000 101000 1000010 10100 110011

Color Harmonies of #959A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959A68

Black with #959A68

Text Example


Text Example

White with #959A68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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