Html Css Color HEX #949568 Avocado

📋 copy color: '#949568'

red 148 ◦ green 149 ◦ blue 104

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

Shades of Avocado #949568

Tints of Avocado #949568

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.16%

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

R = 36.91%
G = 37.16%
B = 25.94%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#949568 (or 0x949568) is known color: Avocado. HEX triplet: 94, 95 and 68. RGB value is (148,149,104). Sum of RGB (Red+Green+Blue) = 148+149+104=401 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.91% from 401); Green value is 149 (58.59% from 255 or 37.16% from 401); Blue value is 104 (41.02% from 255 or 25.94% from 401); Max value from RGB is 149 - color contains mainly: green. Hex color #949568 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949568 is #6B6A97. Grayscale: #8F8F8F. Windows color (decimal): -7039640 or 6854036. OLE color: 6854036.

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

Color convert

RGB 148 149 104 -
CMYK 0.01 0 0.30 0.42
HSL 61.33º 0.18% 0.5% -
HSV(B) 61.33º 0.3% 0.58% -
XYZ 25.46 28.79 17.31 -
YUV 143.57 105.67 131.16 -
System Red Green Blue C M Y K H S L
Decimal 148 149 104 0.01 0 0.30 0.42 61.33 0.18 0.5
Hex 94 95 68 1 0 1E 2A 3D 12 32
Octal 224 225 150 1 0 36 52 75 22 62
Binary 10010100 10010101 1101000 1 0 11110 101010 111101 10010 110010

Color Harmonies of #949568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949568

Black with #949568

Text Example


Text Example

White with #949568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949568; }

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

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

background-color css

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

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

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

border-color css

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

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

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