Html Css Color HEX #949A6D Avocado

📋 copy color: '#949A6D'

red 148 ◦ green 154 ◦ blue 109

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

Shades of Avocado #949A6D

Tints of Avocado #949A6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 26.52%

R = 36.01%
G = 37.47%
B = 26.52%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.29

 K value IS 0.40

RGB Variations

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

Color information

#949A6D (or 0x949A6D) is known color: Avocado. HEX triplet: 94, 9A and 6D. RGB value is (148,154,109). Sum of RGB (Red+Green+Blue) = 148+154+109=411 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.01% from 411); Green value is 154 (60.55% from 255 or 37.47% from 411); Blue value is 109 (42.97% from 255 or 26.52% from 411); Max value from RGB is 154 - color contains mainly: green. Hex color #949A6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949A6D is #6B6592. Grayscale: #939393. Windows color (decimal): -7038355 or 7182996. OLE color: 7182996.

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

Color convert

RGB 148 154 109 -
CMYK 0.04 0 0.29 0.40
HSL 68º 0.18% 0.52% -
HSV(B) 68º 0.29% 0.6% -
XYZ 26.53 30.51 18.96 -
YUV 147.08 106.51 128.66 -
System Red Green Blue C M Y K H S L
Decimal 148 154 109 0.04 0 0.29 0.40 68 0.18 0.52
Hex 94 9A 6D 4 0 1D 28 44 12 34
Octal 224 232 155 4 0 35 50 104 22 64
Binary 10010100 10011010 1101101 100 0 11101 101000 1000100 10010 110100

Color Harmonies of #949A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949A6D

Black with #949A6D

Text Example


Text Example

White with #949A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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