Html Css Color HEX #949B6E Avocado

📋 copy color: '#949B6E'

red 148 ◦ green 155 ◦ blue 110

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

Shades of Avocado #949B6E

Tints of Avocado #949B6E

RGB

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

 GREEN value IS 155 (60.94% from 255) = 37.53%

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

R = 35.84%
G = 37.53%
B = 26.63%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.29

 K value IS 0.39

RGB Variations

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

Color information

#949B6E (or 0x949B6E) is known color: Avocado. HEX triplet: 94, 9B and 6E. RGB value is (148,155,110). Sum of RGB (Red+Green+Blue) = 148+155+110=413 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.84% from 413); Green value is 155 (60.94% from 255 or 37.53% from 413); Blue value is 110 (43.36% from 255 or 26.63% from 413); Max value from RGB is 155 - color contains mainly: green. Hex color #949B6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949B6E is #6B6491. Grayscale: #939393. Windows color (decimal): -7038098 or 7248788. OLE color: 7248788.

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

Color convert

RGB 148 155 110 -
CMYK 0.05 0 0.29 0.39
HSL 69.33º 0.18% 0.52% -
HSV(B) 69.33º 0.29% 0.61% -
XYZ 26.75 30.86 19.3 -
YUV 147.78 106.68 128.16 -
System Red Green Blue C M Y K H S L
Decimal 148 155 110 0.05 0 0.29 0.39 69.33 0.18 0.52
Hex 94 9B 6E 5 0 1D 27 45 12 34
Octal 224 233 156 5 0 35 47 105 22 64
Binary 10010100 10011011 1101110 101 0 11101 100111 1000101 10010 110100

Color Harmonies of #949B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949B6E

Black with #949B6E

Text Example


Text Example

White with #949B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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