Html Css Color HEX #969C6F Avocado

📋 copy color: '#969C6F'

red 150 ◦ green 156 ◦ blue 111

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

Shades of Avocado #969C6F

Tints of Avocado #969C6F

RGB

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

 GREEN value IS 156 (61.33% from 255) = 37.41%

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

R = 35.97%
G = 37.41%
B = 26.62%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.29

 K value IS 0.39

RGB Variations

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

Color information

#969C6F (or 0x969C6F) is known color: Avocado. HEX triplet: 96, 9C and 6F. RGB value is (150,156,111). Sum of RGB (Red+Green+Blue) = 150+156+111=417 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.97% from 417); Green value is 156 (61.33% from 255 or 37.41% from 417); Blue value is 111 (43.75% from 255 or 26.62% from 417); Max value from RGB is 156 - color contains mainly: green. Hex color #969C6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969C6F is #696390. Grayscale: #959595. Windows color (decimal): -6906769 or 7314582. OLE color: 7314582.

HSL color Cylindrical-coordinate representation of color #969C6F: hue angle of 68º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #969C6F is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.39.

Color convert

RGB 150 156 111 -
CMYK 0.04 0 0.29 0.39
HSL 68º 0.19% 0.52% -
HSV(B) 68º 0.29% 0.61% -
XYZ 27.34 31.41 19.66 -
YUV 149.08 106.51 128.66 -
System Red Green Blue C M Y K H S L
Decimal 150 156 111 0.04 0 0.29 0.39 68 0.19 0.52
Hex 96 9C 6F 4 0 1D 27 44 13 34
Octal 226 234 157 4 0 35 47 104 23 64
Binary 10010110 10011100 1101111 100 0 11101 100111 1000100 10011 110100

Color Harmonies of #969C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969C6F

Black with #969C6F

Text Example


Text Example

White with #969C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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