Html Css Color HEX #949B6C Avocado

📋 copy color: '#949B6C'

red 148 ◦ green 155 ◦ blue 108

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

Shades of Avocado #949B6C

Tints of Avocado #949B6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 26.28%

R = 36.01%
G = 37.71%
B = 26.28%

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

#949B6C (or 0x949B6C) is known color: Avocado. HEX triplet: 94, 9B and 6C. RGB value is (148,155,108). Sum of RGB (Red+Green+Blue) = 148+155+108=411 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.01% from 411); Green value is 155 (60.94% from 255 or 37.71% from 411); Blue value is 108 (42.58% from 255 or 26.28% from 411); Max value from RGB is 155 - color contains mainly: green. Hex color #949B6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949B6C is #6B6493. Grayscale: #939393. Windows color (decimal): -7038100 or 7117716. OLE color: 7117716.

HSL color Cylindrical-coordinate representation of color #949B6C: hue angle of 68.94º 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 #949B6C is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.39.

Color convert

RGB 148 155 108 -
CMYK 0.05 0 0.30 0.39
HSL 68.94º 0.19% 0.52% -
HSV(B) 68.94º 0.3% 0.61% -
XYZ 26.64 30.82 18.73 -
YUV 147.55 105.68 128.32 -
System Red Green Blue C M Y K H S L
Decimal 148 155 108 0.05 0 0.30 0.39 68.94 0.19 0.52
Hex 94 9B 6C 5 0 1E 27 45 13 34
Octal 224 233 154 5 0 36 47 105 23 64
Binary 10010100 10011011 1101100 101 0 11110 100111 1000101 10011 110100

Color Harmonies of #949B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949B6C

Black with #949B6C

Text Example


Text Example

White with #949B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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