Html Css Color HEX #969E69 Avocado

📋 copy color: '#969E69'

red 150 ◦ green 158 ◦ blue 105

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

Shades of Avocado #969E69

Tints of Avocado #969E69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 25.42%

R = 36.32%
G = 38.26%
B = 25.42%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.34

 K value IS 0.38

RGB Variations

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

Color information

#969E69 (or 0x969E69) is known color: Avocado. HEX triplet: 96, 9E and 69. RGB value is (150,158,105). Sum of RGB (Red+Green+Blue) = 150+158+105=413 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.32% from 413); Green value is 158 (62.11% from 255 or 38.26% from 413); Blue value is 105 (41.41% from 255 or 25.42% from 413); Max value from RGB is 158 - color contains mainly: green. Hex color #969E69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969E69 is #696196. Grayscale: #959595. Windows color (decimal): -6906263 or 6921878. OLE color: 6921878.

HSL color Cylindrical-coordinate representation of color #969E69: hue angle of 69.06º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #969E69 is Cyan = 0.05, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.38.

Color convert

RGB 150 158 105 -
CMYK 0.05 0 0.34 0.38
HSL 69.06º 0.21% 0.52% -
HSV(B) 69.06º 0.34% 0.62% -
XYZ 27.35 31.96 18.09 -
YUV 149.57 102.85 128.31 -
System Red Green Blue C M Y K H S L
Decimal 150 158 105 0.05 0 0.34 0.38 69.06 0.21 0.52
Hex 96 9E 69 5 0 22 26 45 15 34
Octal 226 236 151 5 0 42 46 105 25 64
Binary 10010110 10011110 1101001 101 0 100010 100110 1000101 10101 110100

Color Harmonies of #969E69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969E69

Black with #969E69

Text Example


Text Example

White with #969E69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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