Html Css Color HEX #949468 Avocado

📋 copy color: '#949468'

red 148 ◦ green 148 ◦ blue 104

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

Shades of Avocado #949468

Tints of Avocado #949468

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37%

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

R = 37%
G = 37%
B = 26%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#949468 (or 0x949468) is known color: Avocado. HEX triplet: 94, 94 and 68. RGB value is (148,148,104). Sum of RGB (Red+Green+Blue) = 148+148+104=400 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37% from 400); Green value is 148 (58.20% from 255 or 37% from 400); Blue value is 104 (41.02% from 255 or 26% from 400); Max value from RGB is 148 - color contains mainly: red, green. Hex color #949468 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949468 is #6B6B97. Grayscale: #8F8F8F. Windows color (decimal): -7039896 or 6853780. OLE color: 6853780.

HSL color Cylindrical-coordinate representation of color #949468: hue angle of 60º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #949468 is Cyan = 0, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 148 104 -
CMYK 0 0 0.30 0.42
HSL 60º 0.17% 0.49% -
HSV(B) 60º 0.3% 0.58% -
XYZ 25.3 28.48 17.26 -
YUV 142.98 106 131.58 -
System Red Green Blue C M Y K H S L
Decimal 148 148 104 0 0 0.30 0.42 60 0.17 0.49
Hex 94 94 68 0 0 1E 2A 3C 11 31
Octal 224 224 150 0 0 36 52 74 21 61
Binary 10010100 10010100 1101000 0 0 11110 101010 111100 10001 110001

Color Harmonies of #949468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949468

Black with #949468

Text Example


Text Example

White with #949468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949468; }

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

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

background-color css

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

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

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

border-color css

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

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

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