Html Css Color HEX #949668 Avocado

📋 copy color: '#949668'

red 148 ◦ green 150 ◦ blue 104

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

Shades of Avocado #949668

Tints of Avocado #949668

RGB

 RED value IS 148 (58.2% from 255) = 36.82%

 GREEN value IS 150 (58.98% from 255) = 37.31%

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

R = 36.82%
G = 37.31%
B = 25.87%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.31

 K value IS 0.41

RGB Variations

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

Color information

#949668 (or 0x949668) is known color: Avocado. HEX triplet: 94, 96 and 68. RGB value is (148,150,104). Sum of RGB (Red+Green+Blue) = 148+150+104=402 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.82% from 402); Green value is 150 (58.98% from 255 or 37.31% from 402); Blue value is 104 (41.02% from 255 or 25.87% from 402); Max value from RGB is 150 - color contains mainly: green. Hex color #949668 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949668 is #6B6997. Grayscale: #909090. Windows color (decimal): -7039384 or 6854292. OLE color: 6854292.

HSL color Cylindrical-coordinate representation of color #949668: hue angle of 62.61º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #949668 is Cyan = 0.01, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.41.

Color convert

RGB 148 150 104 -
CMYK 0.01 0 0.31 0.41
HSL 62.61º 0.18% 0.5% -
HSV(B) 62.61º 0.31% 0.59% -
XYZ 25.62 29.11 17.36 -
YUV 144.16 105.34 130.74 -
System Red Green Blue C M Y K H S L
Decimal 148 150 104 0.01 0 0.31 0.41 62.61 0.18 0.5
Hex 94 96 68 1 0 1F 29 3F 12 32
Octal 224 226 150 1 0 37 51 77 22 62
Binary 10010100 10010110 1101000 1 0 11111 101001 111111 10010 110010

Color Harmonies of #949668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949668

Black with #949668

Text Example


Text Example

White with #949668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949668; }

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

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

background-color css

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

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

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

border-color css

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

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

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