Html Css Color HEX #969E6E Avocado

📋 copy color: '#969E6E'

red 150 ◦ green 158 ◦ blue 110

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

Shades of Avocado #969E6E

Tints of Avocado #969E6E

RGB

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

 GREEN value IS 158 (62.11% from 255) = 37.8%

 BLUE value IS 110 (43.36% from 255) = 26.32%

R = 35.89%
G = 37.8%
B = 26.32%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.30

 K value IS 0.38

RGB Variations

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

Color information

#969E6E (or 0x969E6E) is known color: Avocado. HEX triplet: 96, 9E and 6E. RGB value is (150,158,110). Sum of RGB (Red+Green+Blue) = 150+158+110=418 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.89% from 418); Green value is 158 (62.11% from 255 or 37.80% from 418); Blue value is 110 (43.36% from 255 or 26.32% from 418); Max value from RGB is 158 - color contains mainly: green. Hex color #969E6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969E6E is #696191. Grayscale: #969696. Windows color (decimal): -6906258 or 7249558. OLE color: 7249558.

HSL color Cylindrical-coordinate representation of color #969E6E: hue angle of 70º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #969E6E is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.38.

Color convert

RGB 150 158 110 -
CMYK 0.05 0 0.30 0.38
HSL 70º 0.2% 0.53% -
HSV(B) 70º 0.3% 0.62% -
XYZ 27.62 32.06 19.49 -
YUV 150.14 105.35 127.9 -
System Red Green Blue C M Y K H S L
Decimal 150 158 110 0.05 0 0.30 0.38 70 0.2 0.53
Hex 96 9E 6E 5 0 1E 26 46 14 35
Octal 226 236 156 5 0 36 46 106 24 65
Binary 10010110 10011110 1101110 101 0 11110 100110 1000110 10100 110101

Color Harmonies of #969E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969E6E

Black with #969E6E

Text Example


Text Example

White with #969E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,158,110); }

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

background-color css

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

 a { background-color: rgb(150,158,110); }

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

border-color css

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

 span { border-color: rgb(150,158,110); }

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