Html Css Color HEX #969A6F Avocado

📋 copy color: '#969A6F'

red 150 ◦ green 154 ◦ blue 111

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

Shades of Avocado #969A6F

Tints of Avocado #969A6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 26.75%

R = 36.14%
G = 37.11%
B = 26.75%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.28

 K value IS 0.40

RGB Variations

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

Color information

#969A6F (or 0x969A6F) is known color: Avocado. HEX triplet: 96, 9A and 6F. RGB value is (150,154,111). Sum of RGB (Red+Green+Blue) = 150+154+111=415 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.14% from 415); Green value is 154 (60.55% from 255 or 37.11% from 415); Blue value is 111 (43.75% from 255 or 26.75% from 415); Max value from RGB is 154 - color contains mainly: green. Hex color #969A6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969A6F is #696590. Grayscale: #949494. Windows color (decimal): -6907281 or 7314070. OLE color: 7314070.

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

Color convert

RGB 150 154 111 -
CMYK 0.03 0 0.28 0.40
HSL 65.58º 0.18% 0.52% -
HSV(B) 65.58º 0.28% 0.6% -
XYZ 27 30.74 19.55 -
YUV 147.9 107.17 129.5 -
System Red Green Blue C M Y K H S L
Decimal 150 154 111 0.03 0 0.28 0.40 65.58 0.18 0.52
Hex 96 9A 6F 3 0 1C 28 42 12 34
Octal 226 232 157 3 0 34 50 102 22 64
Binary 10010110 10011010 1101111 11 0 11100 101000 1000010 10010 110100

Color Harmonies of #969A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969A6F

Black with #969A6F

Text Example


Text Example

White with #969A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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