Html Css Color HEX #949769 Avocado

📋 copy color: '#949769'

red 148 ◦ green 151 ◦ blue 105

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

Shades of Avocado #949769

Tints of Avocado #949769

RGB

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

 GREEN value IS 151 (59.38% from 255) = 37.38%

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

R = 36.63%
G = 37.38%
B = 25.99%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.30

 K value IS 0.41

RGB Variations

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

Color information

#949769 (or 0x949769) is known color: Avocado. HEX triplet: 94, 97 and 69. RGB value is (148,151,105). Sum of RGB (Red+Green+Blue) = 148+151+105=404 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.63% from 404); Green value is 151 (59.38% from 255 or 37.38% from 404); Blue value is 105 (41.41% from 255 or 25.99% from 404); Max value from RGB is 151 - color contains mainly: green. Hex color #949769 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949769 is #6B6896. Grayscale: #919191. Windows color (decimal): -7039127 or 6920084. OLE color: 6920084.

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

Color convert

RGB 148 151 105 -
CMYK 0.02 0 0.30 0.41
HSL 63.91º 0.18% 0.5% -
HSV(B) 63.91º 0.3% 0.59% -
XYZ 25.83 29.45 17.69 -
YUV 144.86 105.51 130.24 -
System Red Green Blue C M Y K H S L
Decimal 148 151 105 0.02 0 0.30 0.41 63.91 0.18 0.5
Hex 94 97 69 2 0 1E 29 40 12 32
Octal 224 227 151 2 0 36 51 100 22 62
Binary 10010100 10010111 1101001 10 0 11110 101001 1000000 10010 110010

Color Harmonies of #949769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949769

Black with #949769

Text Example


Text Example

White with #949769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949769; }

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

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

background-color css

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

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

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

border-color css

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

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

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