Html Css Color HEX #949A69 Avocado

📋 copy color: '#949A69'

red 148 ◦ green 154 ◦ blue 105

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

Shades of Avocado #949A69

Tints of Avocado #949A69

RGB

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

 GREEN value IS 154 (60.55% from 255) = 37.84%

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

R = 36.36%
G = 37.84%
B = 25.8%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.32

 K value IS 0.40

RGB Variations

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

Color information

#949A69 (or 0x949A69) is known color: Avocado. HEX triplet: 94, 9A and 69. RGB value is (148,154,105). Sum of RGB (Red+Green+Blue) = 148+154+105=407 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.36% from 407); Green value is 154 (60.55% from 255 or 37.84% from 407); Blue value is 105 (41.41% from 255 or 25.80% from 407); Max value from RGB is 154 - color contains mainly: green. Hex color #949A69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949A69 is #6B6596. Grayscale: #929292. Windows color (decimal): -7038359 or 6920852. OLE color: 6920852.

HSL color Cylindrical-coordinate representation of color #949A69: hue angle of 67.35º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #949A69 is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.40.

Color convert

RGB 148 154 105 -
CMYK 0.04 0 0.32 0.40
HSL 67.35º 0.2% 0.51% -
HSV(B) 67.35º 0.32% 0.6% -
XYZ 26.32 30.43 17.85 -
YUV 146.62 104.51 128.98 -
System Red Green Blue C M Y K H S L
Decimal 148 154 105 0.04 0 0.32 0.40 67.35 0.2 0.51
Hex 94 9A 69 4 0 20 28 43 14 33
Octal 224 232 151 4 0 40 50 103 24 63
Binary 10010100 10011010 1101001 100 0 100000 101000 1000011 10100 110011

Color Harmonies of #949A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949A69

Black with #949A69

Text Example


Text Example

White with #949A69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949A69; }

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

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

background-color css

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

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

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

border-color css

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

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

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