Html Css Color HEX #969B67 Avocado

📋 copy color: '#969B67'

red 150 ◦ green 155 ◦ blue 103

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

Shades of Avocado #969B67

Tints of Avocado #969B67

RGB

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

 GREEN value IS 155 (60.94% from 255) = 37.99%

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

R = 36.76%
G = 37.99%
B = 25.25%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.34

 K value IS 0.39

RGB Variations

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

Color information

#969B67 (or 0x969B67) is known color: Avocado. HEX triplet: 96, 9B and 67. RGB value is (150,155,103). Sum of RGB (Red+Green+Blue) = 150+155+103=408 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.76% from 408); Green value is 155 (60.94% from 255 or 37.99% from 408); Blue value is 103 (40.62% from 255 or 25.25% from 408); Max value from RGB is 155 - color contains mainly: green. Hex color #969B67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969B67 is #696498. Grayscale: #939393. Windows color (decimal): -6907033 or 6790038. OLE color: 6790038.

HSL color Cylindrical-coordinate representation of color #969B67: hue angle of 65.77º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #969B67 is Cyan = 0.03, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.39.

Color convert

RGB 150 155 103 -
CMYK 0.03 0 0.34 0.39
HSL 65.77º 0.21% 0.51% -
HSV(B) 65.77º 0.34% 0.61% -
XYZ 26.75 30.91 17.39 -
YUV 147.58 102.84 129.73 -
System Red Green Blue C M Y K H S L
Decimal 150 155 103 0.03 0 0.34 0.39 65.77 0.21 0.51
Hex 96 9B 67 3 0 22 27 42 15 33
Octal 226 233 147 3 0 42 47 102 25 63
Binary 10010110 10011011 1100111 11 0 100010 100111 1000010 10101 110011

Color Harmonies of #969B67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969B67

Black with #969B67

Text Example


Text Example

White with #969B67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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