Html Css Color HEX #969D67 Avocado

📋 copy color: '#969D67'

red 150 ◦ green 157 ◦ blue 103

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

Shades of Avocado #969D67

Tints of Avocado #969D67

RGB

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

 GREEN value IS 157 (61.72% from 255) = 38.29%

 BLUE value IS 103 (40.63% from 255) = 25.12%

R = 36.59%
G = 38.29%
B = 25.12%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.34

 K value IS 0.38

RGB Variations

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

Color information

#969D67 (or 0x969D67) is known color: Avocado. HEX triplet: 96, 9D and 67. RGB value is (150,157,103). Sum of RGB (Red+Green+Blue) = 150+157+103=410 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.59% from 410); Green value is 157 (61.72% from 255 or 38.29% from 410); Blue value is 103 (40.62% from 255 or 25.12% from 410); Max value from RGB is 157 - color contains mainly: green. Hex color #969D67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969D67 is #696298. Grayscale: #949494. Windows color (decimal): -6906521 or 6790550. OLE color: 6790550.

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

Color convert

RGB 150 157 103 -
CMYK 0.04 0 0.34 0.38
HSL 67.78º 0.22% 0.51% -
HSV(B) 67.78º 0.34% 0.62% -
XYZ 27.08 31.58 17.5 -
YUV 148.75 102.18 128.89 -
System Red Green Blue C M Y K H S L
Decimal 150 157 103 0.04 0 0.34 0.38 67.78 0.22 0.51
Hex 96 9D 67 4 0 22 26 44 16 33
Octal 226 235 147 4 0 42 46 104 26 63
Binary 10010110 10011101 1100111 100 0 100010 100110 1000100 10110 110011

Color Harmonies of #969D67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969D67

Black with #969D67

Text Example


Text Example

White with #969D67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,157,103); }

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

background-color css

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

 a { background-color: rgb(150,157,103); }

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

border-color css

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

 span { border-color: rgb(150,157,103); }

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