Html Css Color HEX #969967 Avocado

📋 copy color: '#969967'

red 150 ◦ green 153 ◦ blue 103

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

Shades of Avocado #969967

Tints of Avocado #969967

RGB

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

 GREEN value IS 153 (60.16% from 255) = 37.68%

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

R = 36.95%
G = 37.68%
B = 25.37%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.33

 K value IS 0.4

RGB Variations

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

Color information

#969967 (or 0x969967) is known color: Avocado. HEX triplet: 96, 99 and 67. RGB value is (150,153,103). Sum of RGB (Red+Green+Blue) = 150+153+103=406 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.95% from 406); Green value is 153 (60.16% from 255 or 37.68% from 406); Blue value is 103 (40.62% from 255 or 25.37% from 406); Max value from RGB is 153 - color contains mainly: green. Hex color #969967 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969967 is #696698. Grayscale: #929292. Windows color (decimal): -6907545 or 6789526. OLE color: 6789526.

HSL color Cylindrical-coordinate representation of color #969967: hue angle of 63.6º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #969967 is Cyan = 0.02, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.4.

Color convert

RGB 150 153 103 -
CMYK 0.02 0 0.33 0.4
HSL 63.6º 0.2% 0.5% -
HSV(B) 63.6º 0.33% 0.6% -
XYZ 26.42 30.25 17.28 -
YUV 146.4 103.51 130.57 -
System Red Green Blue C M Y K H S L
Decimal 150 153 103 0.02 0 0.33 0.4 63.6 0.2 0.5
Hex 96 99 67 2 0 21 28 40 14 32
Octal 226 231 147 2 0 41 50 100 24 62
Binary 10010110 10011001 1100111 10 0 100001 101000 1000000 10100 110010

Color Harmonies of #969967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969967

Black with #969967

Text Example


Text Example

White with #969967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969967; }

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

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

background-color css

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

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

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

border-color css

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

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

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