Html Css Color HEX #949B6D Avocado

📋 copy color: '#949B6D'

red 148 ◦ green 155 ◦ blue 109

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

Shades of Avocado #949B6D

Tints of Avocado #949B6D

RGB

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

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

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

R = 35.92%
G = 37.62%
B = 26.46%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.30

 K value IS 0.39

RGB Variations

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

Color information

#949B6D (or 0x949B6D) is known color: Avocado. HEX triplet: 94, 9B and 6D. RGB value is (148,155,109). Sum of RGB (Red+Green+Blue) = 148+155+109=412 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.92% from 412); Green value is 155 (60.94% from 255 or 37.62% from 412); Blue value is 109 (42.97% from 255 or 26.46% from 412); Max value from RGB is 155 - color contains mainly: green. Hex color #949B6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949B6D is #6B6492. Grayscale: #939393. Windows color (decimal): -7038099 or 7183252. OLE color: 7183252.

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

Color convert

RGB 148 155 109 -
CMYK 0.05 0 0.30 0.39
HSL 69.13º 0.19% 0.52% -
HSV(B) 69.13º 0.3% 0.61% -
XYZ 26.69 30.84 19.01 -
YUV 147.66 106.18 128.24 -
System Red Green Blue C M Y K H S L
Decimal 148 155 109 0.05 0 0.30 0.39 69.13 0.19 0.52
Hex 94 9B 6D 5 0 1E 27 45 13 34
Octal 224 233 155 5 0 36 47 105 23 64
Binary 10010100 10011011 1101101 101 0 11110 100111 1000101 10011 110100

Color Harmonies of #949B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949B6D

Black with #949B6D

Text Example


Text Example

White with #949B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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