Html Css Color HEX #949B6A Avocado

📋 copy color: '#949B6A'

red 148 ◦ green 155 ◦ blue 106

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

Shades of Avocado #949B6A

Tints of Avocado #949B6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 25.92%

R = 36.19%
G = 37.9%
B = 25.92%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.32

 K value IS 0.39

RGB Variations

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

Color information

#949B6A (or 0x949B6A) is known color: Avocado. HEX triplet: 94, 9B and 6A. RGB value is (148,155,106). Sum of RGB (Red+Green+Blue) = 148+155+106=409 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.19% from 409); Green value is 155 (60.94% from 255 or 37.90% from 409); Blue value is 106 (41.80% from 255 or 25.92% from 409); Max value from RGB is 155 - color contains mainly: green. Hex color #949B6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949B6A is #6B6495. Grayscale: #939393. Windows color (decimal): -7038102 or 6986644. OLE color: 6986644.

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

Color convert

RGB 148 155 106 -
CMYK 0.05 0 0.32 0.39
HSL 68.57º 0.2% 0.51% -
HSV(B) 68.57º 0.32% 0.61% -
XYZ 26.54 30.78 18.18 -
YUV 147.32 104.68 128.48 -
System Red Green Blue C M Y K H S L
Decimal 148 155 106 0.05 0 0.32 0.39 68.57 0.2 0.51
Hex 94 9B 6A 5 0 20 27 45 14 33
Octal 224 233 152 5 0 40 47 105 24 63
Binary 10010100 10011011 1101010 101 0 100000 100111 1000101 10100 110011

Color Harmonies of #949B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949B6A

Black with #949B6A

Text Example


Text Example

White with #949B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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