Html Css Color HEX #969A6B Avocado

📋 copy color: '#969A6B'

red 150 ◦ green 154 ◦ blue 107

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

Shades of Avocado #969A6B

Tints of Avocado #969A6B

RGB

 RED value IS 150 (58.98% from 255) = 36.5%

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

 BLUE value IS 107 (42.19% from 255) = 26.03%

R = 36.5%
G = 37.47%
B = 26.03%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.31

 K value IS 0.40

RGB Variations

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

Color information

#969A6B (or 0x969A6B) is known color: Avocado. HEX triplet: 96, 9A and 6B. RGB value is (150,154,107). Sum of RGB (Red+Green+Blue) = 150+154+107=411 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.50% from 411); Green value is 154 (60.55% from 255 or 37.47% from 411); Blue value is 107 (42.19% from 255 or 26.03% from 411); Max value from RGB is 154 - color contains mainly: green. Hex color #969A6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969A6B is #696594. Grayscale: #939393. Windows color (decimal): -6907285 or 7051926. OLE color: 7051926.

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

Color convert

RGB 150 154 107 -
CMYK 0.03 0 0.31 0.40
HSL 65.11º 0.19% 0.51% -
HSV(B) 65.11º 0.31% 0.6% -
XYZ 26.79 30.66 18.42 -
YUV 147.45 105.17 129.82 -
System Red Green Blue C M Y K H S L
Decimal 150 154 107 0.03 0 0.31 0.40 65.11 0.19 0.51
Hex 96 9A 6B 3 0 1F 28 41 13 33
Octal 226 232 153 3 0 37 50 101 23 63
Binary 10010110 10011010 1101011 11 0 11111 101000 1000001 10011 110011

Color Harmonies of #969A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969A6B

Black with #969A6B

Text Example


Text Example

White with #969A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969A6B; }

 p { color: rgb(150,154,107); }

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

background-color css

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

 a { background-color: rgb(150,154,107); }

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

border-color css

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

 span { border-color: rgb(150,154,107); }

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