Html Css Color HEX #949B6B Avocado

📋 copy color: '#949B6B'

red 148 ◦ green 155 ◦ blue 107

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

Shades of Avocado #949B6B

Tints of Avocado #949B6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 26.1%

R = 36.1%
G = 37.8%
B = 26.1%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.31

 K value IS 0.39

RGB Variations

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

Color information

#949B6B (or 0x949B6B) is known color: Avocado. HEX triplet: 94, 9B and 6B. RGB value is (148,155,107). Sum of RGB (Red+Green+Blue) = 148+155+107=410 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.10% from 410); Green value is 155 (60.94% from 255 or 37.80% from 410); Blue value is 107 (42.19% from 255 or 26.10% from 410); Max value from RGB is 155 - color contains mainly: green. Hex color #949B6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949B6B is #6B6494. Grayscale: #939393. Windows color (decimal): -7038101 or 7052180. OLE color: 7052180.

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

Color convert

RGB 148 155 107 -
CMYK 0.05 0 0.31 0.39
HSL 68.75º 0.19% 0.51% -
HSV(B) 68.75º 0.31% 0.61% -
XYZ 26.59 30.8 18.45 -
YUV 147.44 105.18 128.4 -
System Red Green Blue C M Y K H S L
Decimal 148 155 107 0.05 0 0.31 0.39 68.75 0.19 0.51
Hex 94 9B 6B 5 0 1F 27 45 13 33
Octal 224 233 153 5 0 37 47 105 23 63
Binary 10010100 10011011 1101011 101 0 11111 100111 1000101 10011 110011

Color Harmonies of #949B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949B6B

Black with #949B6B

Text Example


Text Example

White with #949B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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