Html Css Color HEX #949969 Avocado

📋 copy color: '#949969'

red 148 ◦ green 153 ◦ blue 105

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

Shades of Avocado #949969

Tints of Avocado #949969

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 25.86%

R = 36.45%
G = 37.68%
B = 25.86%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.31

 K value IS 0.4

RGB Variations

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

Color information

#949969 (or 0x949969) is known color: Avocado. HEX triplet: 94, 99 and 69. RGB value is (148,153,105). Sum of RGB (Red+Green+Blue) = 148+153+105=406 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.45% from 406); Green value is 153 (60.16% from 255 or 37.68% from 406); Blue value is 105 (41.41% from 255 or 25.86% from 406); Max value from RGB is 153 - color contains mainly: green. Hex color #949969 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949969 is #6B6696. Grayscale: #929292. Windows color (decimal): -7038615 or 6920596. OLE color: 6920596.

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

Color convert

RGB 148 153 105 -
CMYK 0.03 0 0.31 0.4
HSL 66.25º 0.19% 0.51% -
HSV(B) 66.25º 0.31% 0.6% -
XYZ 26.15 30.1 17.8 -
YUV 146.03 104.84 129.4 -
System Red Green Blue C M Y K H S L
Decimal 148 153 105 0.03 0 0.31 0.4 66.25 0.19 0.51
Hex 94 99 69 3 0 1F 28 42 13 33
Octal 224 231 151 3 0 37 50 102 23 63
Binary 10010100 10011001 1101001 11 0 11111 101000 1000010 10011 110011

Color Harmonies of #949969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949969

Black with #949969

Text Example


Text Example

White with #949969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949969; }

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

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

background-color css

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

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

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

border-color css

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

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

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