Html Css Color HEX #949968 Avocado

📋 copy color: '#949968'

red 148 ◦ green 153 ◦ blue 104

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

Shades of Avocado #949968

Tints of Avocado #949968

RGB

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

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

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

R = 36.54%
G = 37.78%
B = 25.68%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.32

 K value IS 0.4

RGB Variations

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

Color information

#949968 (or 0x949968) is known color: Avocado. HEX triplet: 94, 99 and 68. RGB value is (148,153,104). Sum of RGB (Red+Green+Blue) = 148+153+104=405 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.54% from 405); Green value is 153 (60.16% from 255 or 37.78% from 405); Blue value is 104 (41.02% from 255 or 25.68% from 405); Max value from RGB is 153 - color contains mainly: green. Hex color #949968 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949968 is #6B6697. Grayscale: #929292. Windows color (decimal): -7038616 or 6855060. OLE color: 6855060.

HSL color Cylindrical-coordinate representation of color #949968: hue angle of 66.12º 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 #949968 is Cyan = 0.03, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.4.

Color convert

RGB 148 153 104 -
CMYK 0.03 0 0.32 0.4
HSL 66.12º 0.19% 0.5% -
HSV(B) 66.12º 0.32% 0.6% -
XYZ 26.1 30.08 17.53 -
YUV 145.92 104.34 129.48 -
System Red Green Blue C M Y K H S L
Decimal 148 153 104 0.03 0 0.32 0.4 66.12 0.19 0.5
Hex 94 99 68 3 0 20 28 42 13 32
Octal 224 231 150 3 0 40 50 102 23 62
Binary 10010100 10011001 1101000 11 0 100000 101000 1000010 10011 110010

Color Harmonies of #949968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949968

Black with #949968

Text Example


Text Example

White with #949968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949968; }

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

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

background-color css

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

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

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

border-color css

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

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

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