Html Css Color HEX #969968 Avocado

📋 copy color: '#969968'

red 150 ◦ green 153 ◦ blue 104

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

Shades of Avocado #969968

Tints of Avocado #969968

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 25.55%

R = 36.86%
G = 37.59%
B = 25.55%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.32

 K value IS 0.4

RGB Variations

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

Color information

#969968 (or 0x969968) is known color: Avocado. HEX triplet: 96, 99 and 68. RGB value is (150,153,104). Sum of RGB (Red+Green+Blue) = 150+153+104=407 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.86% from 407); Green value is 153 (60.16% from 255 or 37.59% from 407); Blue value is 104 (41.02% from 255 or 25.55% from 407); Max value from RGB is 153 - color contains mainly: green. Hex color #969968 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969968 is #696697. Grayscale: #929292. Windows color (decimal): -6907544 or 6855062. OLE color: 6855062.

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

Color convert

RGB 150 153 104 -
CMYK 0.02 0 0.32 0.4
HSL 63.67º 0.19% 0.5% -
HSV(B) 63.67º 0.32% 0.6% -
XYZ 26.47 30.27 17.54 -
YUV 146.52 104.01 130.48 -
System Red Green Blue C M Y K H S L
Decimal 150 153 104 0.02 0 0.32 0.4 63.67 0.19 0.5
Hex 96 99 68 2 0 20 28 40 13 32
Octal 226 231 150 2 0 40 50 100 23 62
Binary 10010110 10011001 1101000 10 0 100000 101000 1000000 10011 110010

Color Harmonies of #969968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969968

Black with #969968

Text Example


Text Example

White with #969968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969968; }

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

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

background-color css

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

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

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

border-color css

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

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

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