Html Css Color HEX #949A6E Avocado

📋 copy color: '#949A6E'

red 148 ◦ green 154 ◦ blue 110

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

Shades of Avocado #949A6E

Tints of Avocado #949A6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 26.7%

R = 35.92%
G = 37.38%
B = 26.7%

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

#949A6E (or 0x949A6E) is known color: Avocado. HEX triplet: 94, 9A and 6E. RGB value is (148,154,110). Sum of RGB (Red+Green+Blue) = 148+154+110=412 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.92% from 412); Green value is 154 (60.55% from 255 or 37.38% from 412); Blue value is 110 (43.36% from 255 or 26.70% from 412); Max value from RGB is 154 - color contains mainly: green. Hex color #949A6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949A6E is #6B6591. Grayscale: #939393. Windows color (decimal): -7038354 or 7248532. OLE color: 7248532.

HSL color Cylindrical-coordinate representation of color #949A6E: hue angle of 68.18º 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 #949A6E is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.40.

Color convert

RGB 148 154 110 -
CMYK 0.04 0 0.29 0.40
HSL 68.18º 0.18% 0.52% -
HSV(B) 68.18º 0.29% 0.6% -
XYZ 26.58 30.53 19.24 -
YUV 147.19 107.01 128.58 -
System Red Green Blue C M Y K H S L
Decimal 148 154 110 0.04 0 0.29 0.40 68.18 0.18 0.52
Hex 94 9A 6E 4 0 1D 28 44 12 34
Octal 224 232 156 4 0 35 50 104 22 64
Binary 10010100 10011010 1101110 100 0 11101 101000 1000100 10010 110100

Color Harmonies of #949A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949A6E

Black with #949A6E

Text Example


Text Example

White with #949A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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